We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0017c61 commit cb831f0Copy full SHA for cb831f0
1 file changed
.github/workflows/dotnet.yaml
@@ -78,7 +78,7 @@ jobs:
78
####################################### STORE #######################################
79
80
- name: Store Package Artifacts
81
- uses: actions/upload-artifact@v2.2.2
+ uses: actions/upload-artifact@v4
82
with:
83
name: NuGet Packages
84
path: |
@@ -87,7 +87,7 @@ jobs:
87
retention-days: 7
88
89
- name: Store Binary Artifacts
90
91
92
name: Library Binaries
93
0 commit comments