Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Zoey2936 committed Dec 14, 2023
1 parent fbfdf0c commit 1d14f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
docker cp curl-x86_64:/usr/local/bin/curl curl-x86_64
docker run -d --pull always --platform arm64 --name curl-aarch64 ${{ steps.un.outputs.un }}/${{ github.event.repository.name }}:${{ github.ref_name }}
docker cp curl-aarch64:/usr/local/bin/curl curl-aarch64
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ github.ref == 'refs/heads/latest' }}
with:
name: artifacts
Expand Down

0 comments on commit 1d14f4c

Please sign in to comment.