File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,28 +23,28 @@ jobs:
2323 run : make build
2424
2525 - name : Upload Slim app binaries (Linux, amd64)
26- uses : actions/upload-artifact@v4.6.2
26+ uses : actions/upload-artifact@v5.0.0
2727 with :
2828 name : dist_linux
2929 path : dist_linux
3030 retention-days : 1
3131
3232 - name : Upload Slim app binaries (Linux, arm64)
33- uses : actions/upload-artifact@v4.6.2
33+ uses : actions/upload-artifact@v5.0.0
3434 with :
3535 name : dist_linux_arm64
3636 path : dist_linux_arm64
3737 retention-days : 1
3838
3939 - name : Upload Slim app binaries (Linux, arm)
40- uses : actions/upload-artifact@v4.6.2
40+ uses : actions/upload-artifact@v5.0.0
4141 with :
4242 name : dist_linux_arm
4343 path : dist_linux_arm
4444 retention-days : 1
4545
4646 - name : Upload Slim app binaries (macOS, amd64)
47- uses : actions/upload-artifact@v4.6.2
47+ uses : actions/upload-artifact@v5.0.0
4848 with :
4949 name : dist_mac
5050 path : dist_mac
You can’t perform that action at this time.
0 commit comments