Skip to content

Commit e98f344

Browse files
Update all github actions
1 parent ec84e4b commit e98f344

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# actions/checkout v1.* is needed for correct codecov upload, see https://github.com/actions/checkout/issues/237 for details
2626
- uses: actions/checkout@v6
2727
# ensure that gradle wrapper files in repository are valid by checking checksums
28-
- uses: gradle/actions/wrapper-validation@v5
28+
- uses: gradle/actions/wrapper-validation@v6
2929
- name: Set up JDK 21
3030
uses: actions/setup-java@v5
3131
with:
@@ -52,7 +52,7 @@ jobs:
5252
buildSrc/**/Versions.kt
5353
- name: Upload gradle reports
5454
if: ${{ always() }}
55-
uses: actions/upload-artifact@v6
55+
uses: actions/upload-artifact@v7
5656
with:
5757
name: gradle-reports-${{ matrix.os }}
5858
path: '**/build/reports/'

.github/workflows/diktat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
sarif_file: build/diktat-sarif-reports
4040
- name: Upload SARIF artifacts
41-
uses: actions/upload-artifact@v6
41+
uses: actions/upload-artifact@v7
4242
if: ${{ failure() }}
4343
with:
4444
name: sarif-reports

0 commit comments

Comments
 (0)