Skip to content

Commit 193b4a5

Browse files
Merge pull request #7697 from nextcloud/dependabot/github_actions/actions/upload-artifact-7.0.0
Chore(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents 72ce9f5 + d5390ab commit 193b4a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cypress-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ jobs:
126126
SPLIT_INDEX: ${{ strategy.job-index }}
127127

128128
- name: Upload test failure screenshots
129-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
129+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
130130
if: failure()
131131
with:
132132
name: Upload screenshots
133133
path: apps/${{ env.APP_NAME }}/cypress/screenshots/
134134
retention-days: 5
135135

136136
- name: Upload nextcloud logs
137-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
137+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
138138
if: failure()
139139
with:
140140
name: Upload nextcloud log

0 commit comments

Comments
 (0)