Skip to content

Commit bea9336

Browse files
Bump actions/download-artifact from 5.0.0 to 6.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8750857 commit bea9336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ab-testing-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
deno-version: v2.3
3333

3434
- name: Download build artifact
35-
uses: actions/download-artifact@v5.0.0
35+
uses: actions/download-artifact@v6.0.0
3636
with:
3737
name: ab-testing-build
3838
path: ab-testing/dist

.github/workflows/ab-testing-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: ./.github/actions/setup-node-env
5858

5959
- name: Fetch build
60-
uses: actions/download-artifact@v5.0.0
60+
uses: actions/download-artifact@v6.0.0
6161
with:
6262
name: ui-build
6363
path: output/ab-tests.html

0 commit comments

Comments
 (0)