Skip to content

Commit d9c943c

Browse files
authored
Merge pull request #23 from sqlitebrowser/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents adbf457 + 6b5b0f6 commit d9c943c

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
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Upload bottles as artifact
5454
if: always() && github.event_name == 'pull_request'
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v6
5656
with:
5757
name: bottles_${{ matrix.os }}
5858
path: '*.bottle.*'

0 commit comments

Comments
 (0)