Skip to content

Commit b238a82

Browse files
ci: 👷 bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...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 6d19abf commit b238a82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/ci-cd.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
cache: "npm"
9191
- run: npm ci
9292
- name: Download pkg
93-
uses: actions/download-artifact@v5
93+
uses: actions/download-artifact@v6
9494
with:
9595
name: pkg
9696
path: rust-othello/pkg
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
cache: "npm"
108108
- name: Download dist
109-
uses: actions/download-artifact@v5
109+
uses: actions/download-artifact@v6
110110
with:
111111
name: dist
112112
path: dist
@@ -130,7 +130,7 @@ jobs:
130130
cache: "npm"
131131
- run: npm ci
132132
- name: Download dist
133-
uses: actions/download-artifact@v5
133+
uses: actions/download-artifact@v6
134134
with:
135135
name: dist
136136
path: dist

0 commit comments

Comments
 (0)