Skip to content

Commit

Permalink
Merge pull request #71 from vitalybibikov/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ot-github/workflows/github_actions-14598a9f5f

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory
  • Loading branch information
vitalybibikov authored Sep 11, 2024
2 parents 7883f79 + d0a3fa8 commit 8711fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: nuget
path: ${{ env.NuGetDirectory }}
Expand All @@ -188,7 +188,7 @@ jobs:
needs: [ validate_nuget, integration-tests ]
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 8711fd1

Please sign in to comment.