Skip to content

Commit 7f0f2ff

Browse files
authored
Merge pull request #75 from timvw/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v7
2 parents 45d354f + 6b5ced1 commit 7f0f2ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/renovate-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Upload qv bottles
6161
if: steps.formula-changes.outputs.qv == 'true' && matrix.os == 'macos-15'
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: qv-bottles-${{ matrix.os }}
6565
path: '*.bottle.*'

.github/workflows/tests.yml

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

3737
- name: Upload bottles as artifact
3838
if: always() && github.event_name == 'pull_request'
39-
uses: actions/upload-artifact@v6
39+
uses: actions/upload-artifact@v7
4040
with:
4141
name: bottles
4242
path: '*.bottle.*'

0 commit comments

Comments
 (0)