Skip to content

Commit eaf14b6

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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] <[email protected]>
1 parent 9969836 commit eaf14b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Upload compatibility report
116116
if: needs.options.outputs.mode == 'report'
117-
uses: actions/upload-artifact@v5
117+
uses: actions/upload-artifact@v6
118118
with:
119119
name: compat-${{ matrix.os }}-${{ matrix.toolchain.compiler }}-${{ matrix.toolchain.version }}
120120
path: compat/*.csv
@@ -161,7 +161,7 @@ jobs:
161161
cat compat.md
162162
163163
- name: Upload artifacts
164-
uses: actions/upload-artifact@v5
164+
uses: actions/upload-artifact@v6
165165
with:
166166
name: compat
167167
path: |

0 commit comments

Comments
 (0)