Skip to content

Commit 0bd6449

Browse files
authored
Merge pull request #618 from matomo-org/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 0638058 + ec4c1ef commit 0bd6449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Code checks
7373
run: ./gradlew check
7474
- name: Archive Lint report
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
if: ${{ always() }}
7777
with:
7878
name: Matomo-Lint-${{ needs.env-job.outputs.modified-branch-name }}
@@ -120,7 +120,7 @@ jobs:
120120
abi: ${{ matrix.abi }}
121121
cmdOptions: -noaudio -no-boot-anim -no-window -metrics-collection
122122
- name: Archive Espresso results
123-
uses: actions/upload-artifact@v4
123+
uses: actions/upload-artifact@v5
124124
if: ${{ always() }}
125125
with:
126126
name: matomo-Espresso-${{ needs.env-job.outputs.modified-branch-name }}

0 commit comments

Comments
 (0)