File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7878 - uses : actions/checkout@v5
7979
8080 - name : " Download artifact"
81- uses : actions/download-artifact@v5
81+ uses : actions/download-artifact@v6
8282 with :
8383 name : coverage-reports
8484
@@ -105,7 +105,7 @@ jobs:
105105 if : always()
106106 steps :
107107 - name : ' Download artifact'
108- uses : actions/download-artifact@v5
108+ uses : actions/download-artifact@v6
109109 with :
110110 name : benchmark-results
111111
Original file line number Diff line number Diff line change 1818 steps :
1919
2020 - name : ' Download artifact'
21- uses : actions/download-artifact@v5
21+ uses : actions/download-artifact@v6
2222 with :
2323 name : coverage-reports
2424 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1818 steps :
1919
2020 - name : ' Download artifact'
21- uses : actions/download-artifact@v5
21+ uses : actions/download-artifact@v6
2222 with :
2323 name : unit-test-results
2424 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1717 github.event.workflow_run.conclusion == 'failure' ) }}
1818 steps :
1919 - name : ' Download artifact'
20- uses : actions/download-artifact@v5
20+ uses : actions/download-artifact@v6
2121 with :
2222 name : benchmark-results
2323 github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments