Skip to content

Commit 65b5fdc

Browse files
Bump actions/upload-artifact from 4 to 6 (#14)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' 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 e3282f5 commit 65b5fdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: cmake -S. -Bbuild
3333
- name: build-${{ matrix.os.name }}
3434
run: cmake --build build >> compilation.log 2>&1
35-
- uses: actions/upload-artifact@v4
35+
- uses: actions/upload-artifact@v6
3636
with:
3737
name: compilation_${{ github.run_id }}_${{ job.check_run_id }}_log
3838
path: compilation*.log

0 commit comments

Comments
 (0)