Skip to content

Commit 216275a

Browse files
Bump actions/upload-artifact from 3 to 4 (#3104)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ccdc9b commit 216275a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/agp-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Upload test results
8080
if: always()
81-
uses: actions/upload-artifact@v3
81+
uses: actions/upload-artifact@v4
8282
with:
8383
name: test-results-AGP${{ matrix.agp }}-Integrations${{ matrix.integrations }}
8484
path: |

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Archive packages
5151
# We need artifacts from only one the builds
5252
if: runner.os == 'Linux' && matrix.java == '17'
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: ${{ github.sha }}
5656
if-no-files-found: error

0 commit comments

Comments
 (0)