Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97f3b52

Browse files
committed
Update actions
1 parent f6730d2 commit 97f3b52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
UPDATE: 1
4242

4343
steps:
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545
with:
4646
submodules: recursive
4747

@@ -52,10 +52,10 @@ jobs:
5252
run: bash ci/build-in-docker.sh
5353

5454
- name: Archive artifacts
55-
uses: actions/upload-artifact@v2
55+
uses: actions/upload-artifact@v4
5656
if: matrix.BUILD_TYPE != 'coverage'
5757
with:
58-
name: AppImage
58+
name: AppImage ${{ matrix.ARCH }}${{ matrix.USE_STATIC_RUNTIME}}
5959
path: linuxdeploy*.AppImage*
6060

6161
upload:
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-20.04
6666
steps:
6767
- name: Download artifacts
68-
uses: actions/download-artifact@v3
68+
uses: actions/download-artifact@v4
6969
- name: Inspect directory after downloading artifacts
7070
run: ls -alFR
7171
- name: Create release and upload artifacts

0 commit comments

Comments
 (0)