Skip to content

Commit

Permalink
Merge pull request #57 from mauroservienti/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-artifact-4.0.0
  • Loading branch information
mauroservienti authored Dec 15, 2023
2 parents f762504 + d0a0fc4 commit 7642370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: dotnet test src --configuration Release --no-build
- name: Upload packages
if: matrix.name == 'Linux'
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: nuget-packages
path: nugets/
Expand Down

0 comments on commit 7642370

Please sign in to comment.