Skip to content

Commit c8223ff

Browse files
committed
Bump actions/upload-artifact from 2 to 3
1 parent d887a93 commit c8223ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/binary-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: cat target/japicmp/default-cli.diff
7171
- name: Upload reports
7272
if: success() || failure()
73-
uses: actions/upload-artifact@v2
73+
uses: actions/upload-artifact@v3
7474
with:
7575
name: japicmp
7676
path: target/japicmp

.github/workflows/pitest-receive-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: aggregate files
4343
run: mvn -e -B -Ppitest pitest-git:aggregate
4444
- name: upload results
45-
uses: actions/upload-artifact@v2
45+
uses: actions/upload-artifact@v3
4646
with:
4747
name: pitest
4848
path: target/pit-reports-ci/

0 commit comments

Comments
 (0)