Skip to content

Commit a3c85cf

Browse files
Bump actions/download-artifact from 6 to 7 (#242)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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>
1 parent e63ae5e commit a3c85cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
with:
141141
submodules: 'recursive'
142142
- name: download-openmp-macos
143-
uses: actions/download-artifact@v6
143+
uses: actions/download-artifact@v7
144144
with:
145145
name: openmp-macos
146146
path: openmp-macos
@@ -227,7 +227,7 @@ jobs:
227227
runs-on: ubuntu-latest
228228
steps:
229229
- name: download
230-
uses: actions/download-artifact@v6
230+
uses: actions/download-artifact@v7
231231
with:
232232
path: artifacts
233233

0 commit comments

Comments
 (0)