Skip to content

Commit 49f1503

Browse files
authored
Merge pull request #1921 from nextcloud-libraries/dependabot/github_actions/actions/upload-artifact-5
ci(deps): Bump actions/upload-artifact from 4 to 5
2 parents 778bb2e + e5b3a64 commit 49f1503

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)