We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccdc9b commit 216275aCopy full SHA for 216275a
.github/workflows/agp-matrix.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Upload test results
80
if: always()
81
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
82
with:
83
name: test-results-AGP${{ matrix.agp }}-Integrations${{ matrix.integrations }}
84
path: |
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Archive packages
51
# We need artifacts from only one the builds
52
if: runner.os == 'Linux' && matrix.java == '17'
53
54
55
name: ${{ github.sha }}
56
if-no-files-found: error
0 commit comments