We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45d354f + 6b5ced1 commit 7f0f2ffCopy full SHA for 7f0f2ff
2 files changed
.github/workflows/renovate-verify.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Upload qv bottles
61
if: steps.formula-changes.outputs.qv == 'true' && matrix.os == 'macos-15'
62
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
63
with:
64
name: qv-bottles-${{ matrix.os }}
65
path: '*.bottle.*'
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Upload bottles as artifact
38
if: always() && github.event_name == 'pull_request'
39
40
41
name: bottles
42
0 commit comments