Skip to content

Commit a5e671f

Browse files
chore(deps): update actions/upload-artifact action to v5
Signed-off-by: Renovate Bot <[email protected]>
1 parent f6d2ffa commit a5e671f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/jgiven_android_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Upload test results html files
3333
continue-on-error: true
3434
if: ${{failure()}}
35-
uses: actions/upload-artifact@v4.6.2
35+
uses: actions/upload-artifact@v5.0.0
3636
with:
3737
name: test-report-example-projects
3838
path: /home/runner/work/JGiven/JGiven/example-projects/*/build/reports/tests

.github/workflows/jgiven_branch_and_pr_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Upload test results html files
3333
continue-on-error: true
3434
if: ${{failure()}}
35-
uses: actions/upload-artifact@v4.6.2
35+
uses: actions/upload-artifact@v5.0.0
3636
with:
3737
name: test-report_${{matrix.java}}_${{matrix.junit}}
3838
path: /home/runner/work/JGiven/JGiven/*/build/reports/tests

.github/workflows/jgiven_examples_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Upload test results html files
4545
continue-on-error: true
4646
if: ${{failure()}}
47-
uses: actions/upload-artifact@v4.6.2
47+
uses: actions/upload-artifact@v5.0.0
4848
with:
4949
name: test-report-example-projects
5050
path: /home/runner/work/JGiven/JGiven/example-projects/*/build/reports/tests
@@ -67,7 +67,7 @@ jobs:
6767
- name: Upload test results html files
6868
continue-on-error: true
6969
if: ${{failure()}}
70-
uses: actions/upload-artifact@v4.6.2
70+
uses: actions/upload-artifact@v5.0.0
7171
with:
7272
name: test-report-example-projects
7373
path: /home/runner/work/JGiven/JGiven/example-projects/*/build/reports/tests

0 commit comments

Comments
 (0)