Skip to content

Commit 28e4f8b

Browse files
committed
deps: update upload-artifact action to v4
1 parent d68c6e1 commit 28e4f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
run: dotnet test --framework net8.0 --no-build --verbosity normal
3636

3737
- name: Upload Binary Log
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
if: always()
4040
with:
4141
name: binary-log
4242
path: msbuild.binlog
4343

4444
- name: Upload Packages
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
if: always()
4747
with:
4848
name: nuget-packages

0 commit comments

Comments
 (0)