Skip to content

Commit f6f1b36

Browse files
author
Gagan Juneja
committed
bump github actions version
Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
1 parent f3479ae commit f6f1b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
working-directory: ./tmp/performance-analyzer
5656
run: ./gradlew jacocoTestReport
5757
- name: Upload coverage report
58-
uses: codecov/codecov-action@v3
58+
uses: codecov/codecov-action@v5
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}
61-
- uses: actions/upload-artifact@v3
61+
- uses: actions/upload-artifact@v4
6262
with:
6363
name: linux-JDK${{ matrix.java }}-reports
6464
path: |

0 commit comments

Comments
 (0)