Skip to content

Commit

Permalink
Merge pull request #61 from mauroservienti/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-artifact-4.1.0

Bump actions/upload-artifact from 4.0.0 to 4.1.0
  • Loading branch information
github-actions[bot] authored Jan 15, 2024
2 parents 855098a + 7e4f8f9 commit 546c763
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@v4.0.0
uses: actions/upload-artifact@v4.1.0
with:
name: nuget-packages
path: nugets/
Expand Down

0 comments on commit 546c763

Please sign in to comment.