Skip to content

Commit 9a4b874

Browse files
committed
Update upload-artifacts to v4
1 parent 3c37878 commit 9a4b874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/dotnet/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
if ($LastExitCode -ne 0) { $Host.SetShouldExit($LastExitCode) }
2929
shell: pwsh
3030
- name: Upload Artifacts
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: artifacts
3434
path: ./artifacts/

0 commit comments

Comments
 (0)