Skip to content

Commit 3c4f9bc

Browse files
Merge pull request #420 from usefulness/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v5
2 parents 884e0b6 + 03e65b6 commit 3c4f9bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- run: git diff --exit-code
5858
if: ${{ github.event_name != 'workflow_dispatch' }}
5959

60-
- uses: actions/upload-artifact@v4
60+
- uses: actions/upload-artifact@v5
6161
if: ${{ always() }}
6262
with:
6363
name: test-results-${{ matrix.os }}
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Upload reports
131131
if: ${{ failure() }}
132-
uses: actions/upload-artifact@v4
132+
uses: actions/upload-artifact@v5
133133
with:
134134
name: "test-project-reports-${{ matrix.os }}-${{ matrix.gradle }}-${{ matrix.java }}"
135135
path: "${{ github.workspace }}/**/build/reports/ktlint"
@@ -195,7 +195,7 @@ jobs:
195195

196196
- name: Upload reports
197197
if: ${{ failure() }}
198-
uses: actions/upload-artifact@v4
198+
uses: actions/upload-artifact@v5
199199
with:
200200
name: "test-project-android-reports-${{ matrix.gradle }}-${{ matrix.java }}-${{ matrix.agp }}"
201201
path: "${{ github.workspace }}/**/build/reports/ktlint"

.github/workflows/diffuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
issue-number: ${{ github.event.pull_request.number }}
7777
token: ${{ secrets.GITHUB_TOKEN }}
7878

79-
- uses: actions/upload-artifact@v4
79+
- uses: actions/upload-artifact@v5
8080
with:
8181
name: diffuse-output
8282
path: ${{ steps.diffuse.outputs.diff-file }}

0 commit comments

Comments
 (0)