We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9581526 commit 53cc7f0Copy full SHA for 53cc7f0
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@v6
+ uses: actions/upload-artifact@v7
45
with:
46
name: ${{ matrix.archive-name }}
47
path: archive/${{ matrix.archive-name }}
0 commit comments