Skip to content

Commit

Permalink
Update dotnet.yaml
Browse files Browse the repository at this point in the history
Bump `actions/upload-artifact` to v4
  • Loading branch information
nitz authored Jan 7, 2025
1 parent 0017c61 commit cb831f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
####################################### STORE #######################################

- name: Store Package Artifacts
uses: actions/upload-artifact@v2.2.2
uses: actions/upload-artifact@v4
with:
name: NuGet Packages
path: |
Expand All @@ -87,7 +87,7 @@ jobs:
retention-days: 7

- name: Store Binary Artifacts
uses: actions/upload-artifact@v2.2.2
uses: actions/upload-artifact@v4
with:
name: Library Binaries
path: |
Expand Down

0 comments on commit cb831f0

Please sign in to comment.