Skip to content

Commit 688250b

Browse files
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 09faf23 commit 688250b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
- name: Collect coverage reports
7171
if: inputs.collect-code-coverage && github.actor != 'dependabot[bot]'
72-
uses: actions/upload-artifact@v5
72+
uses: actions/upload-artifact@v6
7373
with:
7474
name: coverage-reports
7575
path: '**/build/reports/kover/report.xml'

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
mkdir -p ./pr
2121
echo $PR_NUMBER > ./pr/pr_number
22-
- uses: actions/upload-artifact@v5
22+
- uses: actions/upload-artifact@v6
2323
with:
2424
name: pr_number
2525
path: pr/

0 commit comments

Comments
 (0)