We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cbb7e commit 290d542Copy full SHA for 290d542
.github/workflows/akhenaten_windows.yml
@@ -32,7 +32,7 @@ jobs:
32
shell: pwsh
33
run: |
34
Compress-Archive -Path bin_x64/* -Destination windows_build.zip
35
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
36
with:
37
name: windows_build
38
path: bin_x64
0 commit comments