Skip to content

Commit 83d1dbc

Browse files
Bump actions/download-artifact from 3 to 4 (creek-service#95)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andy Coates <8012398+big-andy-coates@users.noreply.github.com>
1 parent 3ac1ac9 commit 83d1dbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,22 +147,22 @@ jobs:
147147
id: pages
148148
uses: actions/configure-pages@f156874f8191504dae5b037505266ed5dda6c382 # v3.0.6
149149
- name: Download implementations
150-
uses: actions/download-artifact@v3
150+
uses: actions/download-artifact@v4
151151
with:
152152
name: implementations
153153
path: docs/_includes
154154
- name: Download functional results
155-
uses: actions/download-artifact@v3
155+
uses: actions/download-artifact@v4
156156
with:
157157
name: functional
158158
path: docs/_includes
159159
- name: Download validate benchmark results
160-
uses: actions/download-artifact@v3
160+
uses: actions/download-artifact@v4
161161
with:
162162
name: validateBenchmark
163163
path: docs/_includes
164164
- name: Download serde benchmark results
165-
uses: actions/download-artifact@v3
165+
uses: actions/download-artifact@v4
166166
with:
167167
name: serdeBenchmark
168168
path: docs/_includes

0 commit comments

Comments
 (0)