File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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*
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
You can’t perform that action at this time.
0 commit comments