Skip to content

Commit ffa2266

Browse files
chore(deps): 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 241aae2 commit ffa2266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
207207

208208
- name: ⏬Download all the build artifacts
209-
uses: actions/download-artifact@v4
209+
uses: actions/download-artifact@v6
210210
with:
211211
path: release-artifacts
212212

.github/workflows/jextract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: rm -rf jextract/src || true
7878

7979
- name: 📥 Download source artifacts
80-
uses: actions/download-artifact@v4
80+
uses: actions/download-artifact@v6
8181
with:
8282
path: jextract/src
8383

0 commit comments

Comments
 (0)