Skip to content

Commit cb831f0

Browse files
authored
Update dotnet.yaml
Bump `actions/upload-artifact` to v4
1 parent 0017c61 commit cb831f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
####################################### STORE #######################################
7979

8080
- name: Store Package Artifacts
81-
uses: actions/upload-artifact@v2.2.2
81+
uses: actions/upload-artifact@v4
8282
with:
8383
name: NuGet Packages
8484
path: |
@@ -87,7 +87,7 @@ jobs:
8787
retention-days: 7
8888

8989
- name: Store Binary Artifacts
90-
uses: actions/upload-artifact@v2.2.2
90+
uses: actions/upload-artifact@v4
9191
with:
9292
name: Library Binaries
9393
path: |

0 commit comments

Comments
 (0)