Skip to content

Commit ae3d1c2

Browse files
committed
Update GitHub Actions
The previous versions use Node.js 12, which is deprecated for GitHub Actions.
1 parent b16f96c commit ae3d1c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
GEANT4_ARCHIVE: "${{ github.event.inputs.version }}-binaries.tar.gz"
1414
steps:
1515
- name: Check out repository code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
- name: Install packages
1818
run: sudo apt-get install libxerces-c-dev
1919
- name: Build Geant4
@@ -22,7 +22,7 @@ jobs:
2222
$GITHUB_WORKSPACE/build.sh
2323
tar czf $GITHUB_WORKSPACE/$GEANT4_ARCHIVE Geant4
2424
- name: Upload binaries
25-
uses: actions/upload-artifact@v2
25+
uses: actions/upload-artifact@v3
2626
with:
2727
name: ${{ github.event.inputs.version }}
2828
path: ${{ env.GEANT4_ARCHIVE }}

0 commit comments

Comments
 (0)