Skip to content

Commit 08eb8ed

Browse files
authored
fix nuget workflow.
1 parent a3a9ec7 commit 08eb8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-nuget-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
mv PackageProjects/EVIL.VM/bin/${{ matrix.configuration }}/*.nupkg evil-nuget-latest/
4848
4949
- name: Upload built artifact
50-
uses: actions/upload-artifact@v3.1.3
50+
uses: actions/upload-artifact@v4.6.1
5151
with:
5252
name: evil-nuget_${{ matrix.configuration }}-latest
5353
path: evil-nuget-latest

0 commit comments

Comments
 (0)