Skip to content

Commit 8496e10

Browse files
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6491466 commit 8496e10

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@v7
143+
uses: actions/download-artifact@v8
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@v7
230+
uses: actions/download-artifact@v8
231231
with:
232232
path: artifacts
233233

0 commit comments

Comments
 (0)