Skip to content

Commit 5bc7f58

Browse files
chore(deps): bump actions/upload-artifact from 4 to 7 (#218)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David KRK <136035295+DavidKRK@users.noreply.github.com>
1 parent e8dec40 commit 5bc7f58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Sauvegarder les résultats JSON pour analyse ou tableau de bord
5050
- name: Sauvegarder les résultats en artefact
5151
if: always()
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v7
5353
with:
5454
name: lighthouse-results-${{ github.run_id }}
5555
path: '.lighthouseci/'

.github/workflows/maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# Sauvegarder le rapport complet en artefact
9595
- name: Sauvegarder le rapport Lychee
9696
if: always()
97-
uses: actions/upload-artifact@v4
97+
uses: actions/upload-artifact@v7
9898
with:
9999
name: lychee-report-${{ github.run_id }}
100100
path: lychee/

0 commit comments

Comments
 (0)