Skip to content

Commit 9951bde

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

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
@@ -38,7 +38,7 @@ jobs:
3838

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

0 commit comments

Comments
 (0)