Skip to content

Commit

Permalink
Merge pull request #4 from ApmeM/dependabot/github_actions/dot-github…
Browse files Browse the repository at this point in the history
…/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
ApmeM authored Nov 2, 2024
2 parents 8da3b3f + 86f4ef1 commit 4e7ff1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: nuget
path: ./artifacts
Expand Down

0 comments on commit 4e7ff1d

Please sign in to comment.