Skip to content

Commit

Permalink
Merge pull request #191 from Tarmil/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
  • Loading branch information
Tarmil authored Sep 4, 2024
2 parents f068310 + fb05d14 commit c96f414
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 @@ -41,7 +41,7 @@ jobs:
DOTNET_RUNTIME_IDENTIFIER=linux-x64 ./build.ps1
- name: Upload nupkg
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4.4.0
with:
name: nuget
path: artifacts/nuget
Expand All @@ -58,7 +58,7 @@ jobs:
include-prerelease: true

- name: Download nupkg
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: nuget

Expand Down

0 comments on commit c96f414

Please sign in to comment.