File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
2626 type=sha
2727
2828 - name : Setup QEMU
29- uses : docker/setup-qemu-action@v3
29+ uses : docker/setup-qemu-action@v4
3030
3131 - name : Set up Docker Buildx
32- uses : docker/setup-buildx-action@v3
32+ uses : docker/setup-buildx-action@v4
3333
3434 - name : Login to DockerHub
3535 if : github.event_name != 'pull_request'
36- uses : docker/login-action@v3
36+ uses : docker/login-action@v4
3737 with :
3838 username : ${{ secrets.DOCKERHUB_USERNAME }}
3939 password : ${{ secrets.DOCKERHUB_TOKEN }}
Original file line number Diff line number Diff line change 2727 cd .. && tar -czvf croc_${{ github.event.release.name }}_src.tar.gz croc-${{ github.event.release.name }}
2828
2929 - name : Upload source artifact
30- uses : actions/upload-artifact@v6
30+ uses : actions/upload-artifact@v7
3131 with :
3232 name : source-tarball
3333 path : " *.tar.gz"
@@ -187,7 +187,7 @@ jobs:
187187 fi
188188
189189 - name : Upload build artifact
190- uses : actions/upload-artifact@v6
190+ uses : actions/upload-artifact@v7
191191 with :
192192 name : build-${{ matrix.name }}
193193 path : |
@@ -200,7 +200,7 @@ jobs:
200200 if : github.event_name == 'release'
201201 steps :
202202 - name : Download all artifacts
203- uses : actions/download-artifact@v7
203+ uses : actions/download-artifact@v8
204204 with :
205205 merge-multiple : true
206206
@@ -219,4 +219,4 @@ jobs:
219219 files : |
220220 *.zip
221221 *.tar.gz
222- *_checksums.txt
222+ *_checksums.txt
You can’t perform that action at this time.
0 commit comments