Skip to content

Commit 663cd3c

Browse files
ci: Bump actions/download-artifact from 4.3.0 to 8.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 17dfd96 commit 663cd3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
fetch-depth: 0
9494

9595
- name: Download production artifact
96-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
96+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9797
with:
9898
name: production-build
9999
path: _new_build
@@ -126,7 +126,7 @@ jobs:
126126
fetch-depth: 0
127127

128128
- name: Download PR preview artifact
129-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
129+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
130130
with:
131131
name: pr-preview-${{ github.event.pull_request.number }}
132132
path: pr/${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)