Skip to content

Commit

Permalink
Merge pull request #460 from tenjaa/renovate/actions-upload-artifact-4.x
Browse files Browse the repository at this point in the history
Update actions/upload-artifact action to v4.6.0
  • Loading branch information
github-actions[bot] authored Jan 10, 2025
2 parents ae14a43 + c5e4487 commit 5eef3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
docker save tenjaa/concourse-github-app-token:${{ github.sha }} > concourse-github-app-token.tar
- name: Pass image to next job
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: image
path: concourse-github-app-token.tar
Expand Down

0 comments on commit 5eef3ba

Please sign in to comment.