Skip to content

Commit 8bb9299

Browse files
ci: bump actions/upload-artifact from 6 to 7 (#69)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b39e8ee commit 8bb9299

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
@@ -37,7 +37,7 @@ jobs:
3737

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

0 commit comments

Comments
 (0)