Skip to content

Commit 209cecc

Browse files
Update actions/upload-artifact action to v4
1 parent 0ef943b commit 209cecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildDeploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
NuGetApiKey: ${{ secrets.NUGET_API_KEY }}
5656

5757
- name: 'Publish: output'
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: output
6161
path: output

0 commit comments

Comments
 (0)