Skip to content

Commit 98daa37

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 70a735c commit 98daa37

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@v5
75+
uses: actions/upload-artifact@v6
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@v5
123+
uses: actions/upload-artifact@v6
124124
if: ${{ always() }}
125125
with:
126126
name: matomo-Espresso-${{ needs.env-job.outputs.modified-branch-name }}

0 commit comments

Comments
 (0)