Skip to content

Commit f2eeb8f

Browse files
committed
Update GitHub actions
1 parent 9d55b96 commit f2eeb8f

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
@@ -21,15 +21,15 @@ jobs:
2121
ARCH: ${{ matrix.ARCH }}
2222
APPIMAGE_EXTRACT_AND_RUN: 1
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
submodules: recursive
2727
- name: Set up QEMU integration for Docker
2828
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
2929
- name: Run build in Docker
3030
run: bash -euxo pipefail ci/build-in-docker.sh
3131
- name: Archive artifacts
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: AppImage ${{ matrix.ARCH }}
3535
path: linuxdeploy-plugin-appimage*.AppImage*
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-20.04
4242
steps:
4343
- name: Download artifacts
44-
uses: actions/download-artifact@v2
44+
uses: actions/download-artifact@v4
4545
- name: Inspect directory after downloading artifacts
4646
run: ls -alFR
4747
- name: Create release and upload artifacts

0 commit comments

Comments
 (0)