Skip to content

Commit e0747ac

Browse files
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 487e6b8 commit e0747ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
python-version: "3.12"
9494

9595
- name: Download artifacts from build
96-
uses: actions/download-artifact@v5
96+
uses: actions/download-artifact@v6
9797
with:
9898
name: dist-${{ github.run_attempt }}
9999
path: dist
@@ -125,7 +125,7 @@ jobs:
125125
registry-url: https://registry.npmjs.org
126126

127127
- name: Download artifacts from build
128-
uses: actions/download-artifact@v5
128+
uses: actions/download-artifact@v6
129129
with:
130130
name: jsdist-${{ github.run_attempt }}
131131
path: jsdist

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
run: python -m pip install --upgrade pip
122122

123123
- name: Download built artifacts
124-
uses: actions/download-artifact@v5
124+
uses: actions/download-artifact@v6
125125
with:
126126
name: dist-${{ github.run_attempt }}
127127
path: ./dist

0 commit comments

Comments
 (0)