We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0638058 + ec4c1ef commit 0bd6449Copy full SHA for 0bd6449
.github/workflows/pull-request-ci.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Code checks
73
run: ./gradlew check
74
- name: Archive Lint report
75
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
76
if: ${{ always() }}
77
with:
78
name: Matomo-Lint-${{ needs.env-job.outputs.modified-branch-name }}
@@ -120,7 +120,7 @@ jobs:
120
abi: ${{ matrix.abi }}
121
cmdOptions: -noaudio -no-boot-anim -no-window -metrics-collection
122
- name: Archive Espresso results
123
124
125
126
name: matomo-Espresso-${{ needs.env-job.outputs.modified-branch-name }}
0 commit comments