Skip to content

Commit a4ed444

Browse files
ci: bump actions/upload-artifact from 4 to 5 (#62)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2988fd commit a4ed444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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

4040
- name: Upload bottles as artifact
4141
if: always() && github.event_name == 'pull_request'
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v5
4343
with:
4444
name: bottles_${{ matrix.os }}
4545
path: '*.bottle.*'

0 commit comments

Comments
 (0)