Skip to content

Commit e204b47

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

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@v4
51+
uses: actions/upload-artifact@v5
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@v5
75+
uses: actions/download-artifact@v6
7676
with:
7777
name: coverage_report
7878
path: .qodana/code-coverage

0 commit comments

Comments
 (0)