We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8b37d commit 623f6dfCopy full SHA for 623f6df
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