Skip to content

Commit f246bba

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 b9f79c5 commit f246bba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate_coverage_pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ jobs:
5959
# Triggered sub-workflow is not able to detect the original commit/PR which is available
6060
# in this workflow.
6161
- name: Store PR number
62-
uses: actions/upload-artifact@v5
62+
uses: actions/upload-artifact@v6
6363
with:
6464
name: pr_number
6565
path: pr_number.txt
6666

6767
- name: Store commit SHA
68-
uses: actions/upload-artifact@v5
68+
uses: actions/upload-artifact@v6
6969
with:
7070
name: commit_sha
7171
path: commit_sha.txt
@@ -74,7 +74,7 @@ jobs:
7474
# is executed by a different workflow `upload_coverage.yml`. The reason for this
7575
# split is because `on.pull_request` workflows don't have access to secrets.
7676
- name: Store coverage report in artifacts
77-
uses: actions/upload-artifact@v5
77+
uses: actions/upload-artifact@v6
7878
with:
7979
name: codecov_report
8080
path: ./codecov.json

0 commit comments

Comments
 (0)