Skip to content

Commit 340c65a

Browse files
committed
Fix deprecated actions
1 parent 78a0168 commit 340c65a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ARCH: ${{ matrix.ARCH }}
1616
DIST: bionic
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
with:
2020
submodules: recursive
2121

@@ -26,7 +26,7 @@ jobs:
2626
run: bash -ex ci/build-in-docker.sh
2727

2828
- name: Archive artifacts
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: AppImage ${{ matrix.ARCH }}
3232
path: zsync*.AppImage*
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Download artifacts
41-
uses: actions/download-artifact@v2
41+
uses: actions/download-artifact@v4
4242
- name: Inspect directory after downloading artifacts
4343
run: ls -alFR
4444
- name: Create release and upload artifacts

0 commit comments

Comments
 (0)