Skip to content

Commit 6757705

Browse files
committed
chore(deps): bump actions/upload-artifact from 4 to 5
1 parent 00db823 commit 6757705

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@v4
62+
uses: actions/upload-artifact@v5
6363
with:
6464
name: pr_number
6565
path: pr_number.txt
6666

6767
- name: Store commit SHA
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v5
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@v4
77+
uses: actions/upload-artifact@v5
7878
with:
7979
name: codecov_report
8080
path: ./codecov.json

0 commit comments

Comments
 (0)