Skip to content

Commit e423a2a

Browse files
authored
Updated GitHub actions (#80)
* Group dependabot PRs for GitHub actions * actions/upload-artifact: v6 --> v7 * actions/download-artifact: v7 --> v8
1 parent d0602d9 commit e423a2a

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ updates:
55
schedule:
66
interval: monthly
77
groups:
8-
actions-minor:
8+
actions:
99
update-types:
10+
- major
1011
- minor
1112
- patch
1213

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
5959
name: Upload Artifact
6060
id: upload
61-
uses: actions/upload-artifact@v6
61+
uses: actions/upload-artifact@v7
6262
with:
6363
name: dist
6464
path: dist/

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
uses: actions/checkout@v6
170170

171171
- name: Get HTML artifact
172-
uses: actions/download-artifact@v7
172+
uses: actions/download-artifact@v8
173173
with:
174174
path: html-artifacts/
175175
pattern: '*.html'

0 commit comments

Comments
 (0)