Skip to content

Commit d772a60

Browse files
chore(deps): bump actions/upload-artifact from 4 to 6
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] <[email protected]>
1 parent 9634037 commit d772a60

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
@@ -66,13 +66,13 @@ jobs:
6666
# Triggered sub-workflow is not able to detect the original commit/PR which is available
6767
# in this workflow.
6868
- name: Store PR number
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v6
7070
with:
7171
name: pr_number
7272
path: pr_number.txt
7373

7474
- name: Store commit SHA
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v6
7676
with:
7777
name: commit_sha
7878
path: commit_sha.txt
@@ -81,7 +81,7 @@ jobs:
8181
# is executed by a different workflow `coverage-report.yml`. The reason for this
8282
# split is because `on.pull_request` workflows don't have access to secrets.
8383
- name: Store coverage report in artifacts
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v6
8585
with:
8686
name: codecov_report
8787
path: ./lcov.info

0 commit comments

Comments
 (0)