Skip to content

Commit 788546c

Browse files
Build(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#416)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 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> Co-authored-by: yasahi-hpc <57478230+yasahi-hpc@users.noreply.github.com>
1 parent a273767 commit 788546c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
if: ${{ matrix.target.name == 'native' }}
200200

201201
- name: Save artifacts
202-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
202+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
203203
with:
204204
name: tests_${{ matrix.backend.name }}
205205
path: tests_${{ matrix.backend.name }}.tar

.github/workflows/build_test_distributed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
if: ${{ matrix.target.name == 'native' }}
190190

191191
- name: Save artifacts
192-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
192+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
193193
with:
194194
name: tests_${{ matrix.backend.name }}
195195
path: tests_${{ matrix.backend.name }}.tar

0 commit comments

Comments
 (0)