We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a9ec7 commit 08eb8edCopy full SHA for 08eb8ed
.github/workflows/build-nuget-packages.yml
@@ -47,7 +47,7 @@ jobs:
47
mv PackageProjects/EVIL.VM/bin/${{ matrix.configuration }}/*.nupkg evil-nuget-latest/
48
49
- name: Upload built artifact
50
- uses: actions/upload-artifact@v3.1.3
+ uses: actions/upload-artifact@v4.6.1
51
with:
52
name: evil-nuget_${{ matrix.configuration }}-latest
53
path: evil-nuget-latest
0 commit comments