Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.4 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.4...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent 152fef2 commit d6c4da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: windows-latest
steps:
- name: "Download Artefact"
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
name: "windows-latest"
- name: "Dotnet NuGet Add Source"
Expand All @@ -83,7 +83,7 @@ jobs:
runs-on: windows-latest
steps:
- name: "Download Artefact"
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
name: "windows-latest"
- name: "Dotnet NuGet Push"
Expand Down

0 comments on commit d6c4da2

Please sign in to comment.