We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0602d9 commit e423a2aCopy full SHA for e423a2a
3 files changed
.github/dependabot.yml
@@ -5,8 +5,9 @@ updates:
5
schedule:
6
interval: monthly
7
groups:
8
- actions-minor:
+ actions:
9
update-types:
10
+ - major
11
- minor
12
- patch
13
.github/workflows/check-dist.yml
@@ -58,7 +58,7 @@ jobs:
58
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
59
name: Upload Artifact
60
id: upload
61
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
62
with:
63
name: dist
64
path: dist/
.github/workflows/ci.yml
@@ -169,7 +169,7 @@ jobs:
169
uses: actions/checkout@v6
170
171
- name: Get HTML artifact
172
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
173
174
path: html-artifacts/
175
pattern: '*.html'
0 commit comments