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 @@ -23,15 +23,15 @@ jobs:
2323# arch: aarch64
2424 container : ghcr.io/pkgforge-dev/archlinux:latest
2525 steps :
26- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
26+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
2727 - name : Preparing Container
2828 uses : pkgforge-dev/anylinux-setup-action@8872fabe63f9a00b35e25b2f46da62a05afc9a7d # v1
2929 - name : Install Dependencies
3030 run : /bin/sh ./get-dependencies.sh
3131 - name : Make AppImage
3232 run : /bin/sh ./make-appimage.sh
3333 - name : Upload artifact
34- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
34+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
3535 with :
3636 name : AppImage-${{ matrix.arch }}
3737 path : dist
4242 permissions : write-all
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
45+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
4646 with :
4747 pattern : AppImage-*
4848 merge-multiple : true
You can’t perform that action at this time.
0 commit comments