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 9ce7ea5 commit a9b16bfCopy full SHA for a9b16bf
.github/workflows/build-dev.yml
@@ -28,7 +28,7 @@ jobs:
28
run: dotnet publish -c Release --self-contained --runtime win-x64 -p:PublishSingleFile=true
29
30
- name: Upload artifacts
31
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
32
with:
33
name: Published Application
34
path: TarkovMonitor\bin\Release\net6.0-windows\win-x64\publish\*
0 commit comments