Skip to content

Commit 8d14709

Browse files
authored
Merge pull request #1 from gerph/renovate/actions-upload-artifact-7.x
Update actions/upload-artifact action to v7
2 parents ac5c7a4 + 73ad2eb commit 8d14709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
make package
3838
39-
- uses: actions/upload-artifact@v6
39+
- uses: actions/upload-artifact@v7
4040
if: github.ref == 'refs/heads/master'
4141
with:
4242
name: Package

0 commit comments

Comments
 (0)