Skip to content

Commit

Permalink
Merge pull request #438 from gofrolist/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4.5.0

fix(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0
  • Loading branch information
github-actions[bot] authored Dec 18, 2024
2 parents 82caa0b + 4e4b2d9 commit 83978de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
outputs: type=docker,dest=/tmp/test.tar

- name: Upload artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: testimage
path: /tmp/test.tar
Expand Down

0 comments on commit 83978de

Please sign in to comment.