We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a0168 commit 340c65aCopy full SHA for 340c65a
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
ARCH: ${{ matrix.ARCH }}
16
DIST: bionic
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
with:
20
submodules: recursive
21
@@ -26,7 +26,7 @@ jobs:
26
run: bash -ex ci/build-in-docker.sh
27
28
- name: Archive artifacts
29
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
30
31
name: AppImage ${{ matrix.ARCH }}
32
path: zsync*.AppImage*
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ubuntu-latest
39
40
- name: Download artifacts
41
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
42
- name: Inspect directory after downloading artifacts
43
run: ls -alFR
44
- name: Create release and upload artifacts
0 commit comments