Skip to content

Commit

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

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
EricZimmerman authored Sep 3, 2024
2 parents 7729897 + c1b62e9 commit 43d28b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/setup-dotnet@v3

# Download the NuGet package created in the previous job
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: nuget
path: ${{ env.NuGetDirectory }}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
needs: [ validate_nuget, run_test ]
steps:
# Download the NuGet package created in the previous job
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: nuget
path: ${{ env.NuGetDirectory }}
Expand Down

0 comments on commit 43d28b1

Please sign in to comment.