We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d944a commit 6a97159Copy full SHA for 6a97159
.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
69
wget -nv -O mpvnet.com https://github.com/mpvnet-player/file-host/releases/download/tag/mpvnet.com.txt
70
cp -f mpvnet.com src/MpvNet.Windows/bin/Debug/ || true
71
- name: Upload
72
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
73
with:
74
name: "mpv.net-win64"
75
path: src/MpvNet.Windows/bin/Debug/
0 commit comments