Skip to content

Commit e5b3a64

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changelog-generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: contains(steps.last_version.outputs.tag_name, steps.future_version.outputs.version) == false
6363

6464
- name: Upload changelog
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v5
6666
if: contains(steps.last_version.outputs.tag_name, steps.future_version.outputs.version) == false
6767
with:
6868
name: Changelog

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
CYPRESS_GROUP: Run ${{ startsWith(matrix.containers, 'component') && 'component' || 'E2E' }}
140140

141141
- name: Upload snapshots
142-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
142+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
143143
if: always()
144144
with:
145145
name: snapshots_${{ matrix.containers }}

0 commit comments

Comments
 (0)