Skip to content

Commit

Permalink
Merge pull request #21 from bogoware/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/github_actions-14598a9f5f

chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory
  • Loading branch information
MrBogomips authored Sep 11, 2024
2 parents 816d4ae + c1005a1 commit 8ad297f
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 @@ -64,7 +64,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 @@ -97,7 +97,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 8ad297f

Please sign in to comment.