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 f033092 commit 28740d3Copy full SHA for 28740d3
.github/workflows/wnw11.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
Start-Process "${env:ProgramFiles(x86)}\AutoIt3\AutoIt3.exe" "`"${env:ProgramFiles(x86)}\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3`" /NoStatus /prod /in WhyNotWin11.au3" -NoNewWindow -Wait
33
sha256sum -b WhyNotWin*.exe > checksums.sha256
34
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
35
with:
36
name: WNW11
37
path: |
0 commit comments