We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decc0f1 commit 8e65269Copy full SHA for 8e65269
1 file changed
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
cp "../target/release/processforlinux" ./
42
tar -czf "${{ matrix.archive-name }}" LICENSE README.md processforlinux
43
- name: Upload archive
44
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
45
with:
46
name: ${{ matrix.archive-name }}
47
path: archive/${{ matrix.archive-name }}
0 commit comments