Skip to content

Commit

Permalink
Merge pull request #260 from FromDoppler/renovate/actions-upload-arti…
Browse files Browse the repository at this point in the history
…fact-4.x

chore(deps): update actions/upload-artifact action to v4.5.0
  • Loading branch information
renovate[bot] authored Dec 17, 2024
2 parents 560bf4b + bef4a33 commit a9ff79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
files: "./nugets/*.nupkg"
- name: Upload artifact
if: steps.has-nugets.outputs.files_exists == 'true'
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: nugets
path: ./nugets/*.nupkg
Expand Down

0 comments on commit a9ff79a

Please sign in to comment.