Skip to content

Commit de19460

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 8feada5 commit de19460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Upload bottles as artifact
3737
if: always() && github.event_name == 'pull_request'
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v5
3939
with:
4040
name: bottles
4141
path: '*.bottle.*'

0 commit comments

Comments
 (0)