Skip to content

Commit b459ef0

Browse files
Update actions/upload-artifact action to v7
1 parent bf64d96 commit b459ef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "filename=$filename" >> $GITHUB_ENV
3535
3636
- name: Upload strfry deb
37-
uses: actions/upload-artifact@v6
37+
uses: actions/upload-artifact@v7
3838
with:
3939
name: ${{ env.filename }}
4040
path: ${{ env.filename }}

0 commit comments

Comments
 (0)