diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6b07bec..a5968b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,9 @@ updates: schedule: interval: monthly groups: - actions-minor: + actions: update-types: + - major - minor - patch diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index ec7948d..21125d9 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -58,7 +58,7 @@ jobs: - if: ${{ failure() && steps.diff.outcome == 'failure' }} name: Upload Artifact id: upload - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dist path: dist/ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24ac4ae..7ac281f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,7 +169,7 @@ jobs: uses: actions/checkout@v6 - name: Get HTML artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: html-artifacts/ pattern: '*.html'