Skip to content

Commit

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

Bump actions/upload-artifact from 4.3.6 to 4.4.0
  • Loading branch information
github-actions[bot] authored Sep 2, 2024
2 parents 638ba97 + 8ba3471 commit 9840e83
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 @@ -38,7 +38,7 @@ jobs:
run: dotnet test src --configuration Release --no-build
- name: Upload packages
if: matrix.name == 'Linux'
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: nuget-packages
path: nugets/
Expand Down

0 comments on commit 9840e83

Please sign in to comment.