Skip to content

Commit 524d3ff

Browse files
committed
Update all actions
1 parent 5e91de8 commit 524d3ff

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,13 +15,13 @@ 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
- name: Build AppImage in Docker
2222
run: bash -ex ci/build-in-docker.sh
2323
- name: Archive artifacts
24-
uses: actions/upload-artifact@v2
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: AppImage build ${{ matrix.ARCH }}
2727
path: |
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-20.04
3737
steps:
3838
- name: Download artifacts
39-
uses: actions/download-artifact@v2
39+
uses: actions/download-artifact@v4
4040
- name: Inspect directory after downloading artifacts
4141
run: ls -alFR
4242
- name: Create release and upload artifacts

0 commit comments

Comments
 (0)