Skip to content

Commit 97dde9a

Browse files
🛠️ Bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0ba2a9 commit 97dde9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
# TODO (peterdavidfagan): don't hardcode branches for downloads
119119
- name: Download Rolling Artifacts
120-
uses: actions/download-artifact@v4
120+
uses: actions/download-artifact@v6
121121
with:
122122
name: main_html_artifacts
123123
path: .
@@ -129,7 +129,7 @@ jobs:
129129
rm artifact.tar.gz
130130
131131
- name: Download Humble Artifacts
132-
uses: actions/download-artifact@v4
132+
uses: actions/download-artifact@v6
133133
with:
134134
name: humble_html_artifacts
135135
path: .

0 commit comments

Comments
 (0)