Skip to content

Commit 89dc925

Browse files
Update GitHub Artifact Actions (major) (#443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6bae811 commit 89dc925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: ./gradlew test
4949

5050
- name: Upload coverage report
51-
uses: actions/upload-artifact@v5
51+
uses: actions/upload-artifact@v6
5252
if: runner.os == 'Linux'
5353
with:
5454
name: coverage_report
@@ -72,7 +72,7 @@ jobs:
7272
fetch-depth: 0
7373

7474
- name: Download coverage report
75-
uses: actions/download-artifact@v6
75+
uses: actions/download-artifact@v7
7676
with:
7777
name: coverage_report
7878
path: .qodana/code-coverage

0 commit comments

Comments
 (0)