Skip to content

Commit 8a491e8

Browse files
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35da72a commit 8a491e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
steps:
164164
- id: fetch
165165
name: Fetch artifact
166-
uses: actions/download-artifact@v7
166+
uses: actions/download-artifact@v8
167167
with:
168168
name: build-${{ github.run_number }}
169169
path: ./dist

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: ${{ github.ref_name == 'main' }}
4949
steps:
5050
- name: Download release candidate
51-
uses: actions/download-artifact@v7
51+
uses: actions/download-artifact@v8
5252
with:
5353
name: release-candidate
5454
path: ./docs/

0 commit comments

Comments
 (0)