Skip to content

Commit 98b2b9d

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a66d707 commit 98b2b9d

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@v4
117+
uses: actions/upload-artifact@v5
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@v4
164+
uses: actions/upload-artifact@v5
165165
with:
166166
name: compat
167167
path: |

0 commit comments

Comments
 (0)