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 2020 run : docker save libki-server > ${{ github.sha }}.debian.tar
2121
2222 - name : Upload image artifact
23- uses : actions/upload-artifact@v1
23+ uses : actions/upload-artifact@v4
2424 with :
2525 name : ${{ github.sha }}.debian.tar
2626 path : ${{ github.sha }}.debian.tar
3232 steps :
3333
3434 - name : Download image artifact
35- uses : actions/download-artifact@v4.1.7
35+ uses : actions/download-artifact@v4
3636 with :
3737 name : ${{ github.sha }}.debian.tar
3838 path : /tmp
8484 run : docker save libki-server > ${{ github.sha }}.alpine.tar
8585
8686 - name : Upload image artifact
87- uses : actions/upload-artifact@v1
87+ uses : actions/upload-artifact@v4
8888 with :
8989 name : ${{ github.sha }}.alpine.tar
9090 path : ${{ github.sha }}.alpine.tar
@@ -100,7 +100,7 @@ jobs:
100100 fetch-depth : 1
101101
102102 - name : Download image artifact
103- uses : actions/download-artifact@v4.1.7
103+ uses : actions/download-artifact@v4
104104 with :
105105 name : ${{ github.sha }}.alpine.tar
106106 path : /tmp
You can’t perform that action at this time.
0 commit comments