Skip to content

Commit b1d2aa0

Browse files
Update actions/upload-artifact action to v7
1 parent 3e4d16b commit b1d2aa0

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@v3
37+
uses: actions/upload-artifact@v7
3838
with:
3939
name: ${{ env.filename }}
4040
path: ${{ env.filename }}

0 commit comments

Comments
 (0)