Skip to content

Commit

Permalink
fix deprecated artifacts update
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Sep 10, 2024
1 parent 1d7e887 commit db79e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Pack
run: dotnet pack --no-restore
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.3.1
uses: actions/upload-artifact@v4
with:
path: src/**/bin/Debug/*.nupkg

0 comments on commit db79e06

Please sign in to comment.