Skip to content

Commit a1730ff

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 74d5804 commit a1730ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cp "../target/release/processforlinux" ./
4242
tar -czf "${{ matrix.archive-name }}" LICENSE README.md processforlinux
4343
- name: Upload archive
44-
uses: actions/upload-artifact@v6
44+
uses: actions/upload-artifact@v7
4545
with:
4646
name: ${{ matrix.archive-name }}
4747
path: archive/${{ matrix.archive-name }}

0 commit comments

Comments
 (0)