Skip to content

Commit cf258da

Browse files
authored
Merge pull request #481 from ForgeRock/renovate/major-github-artifact-actions
chore(devdeps): update actions/upload-artifact action to v5
2 parents 6d0eb27 + 94eb9eb commit cf258da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ runs:
6868
shell: bash
6969

7070
- name: Upload Playwright report
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v5
7272
if: ${{ !cancelled() }}
7373
with:
7474
name: playwright-report

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
./scripts/bundle-sizes.sh
8989
9090
- name: Upload current stats as artifact
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v5
9292
with:
9393
name: bundle-size-stats-pr-${{ github.event.pull_request.number }}
9494
path: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
cat previous_sizes.json
8888
8989
- name: Upload baseline bundle sizes
90-
uses: actions/upload-artifact@v4
90+
uses: actions/upload-artifact@v5
9191
with:
9292
name: bundle-size-baseline
9393
path: previous_sizes.json

0 commit comments

Comments
 (0)