File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments