We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef9f8c commit 4c55209Copy full SHA for 4c55209
1 file changed
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
run: dotnet publish src/WinOptimizer.AI.csproj -c Release -r win-x64 --self-contained false -p:PublishSingleFile=true -o ./publish
34
35
- name: Upload Artifact
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
with:
38
name: WinOptimizer.AI-Build
39
path: ./publish
0 commit comments