Skip to content

Commit 41d7fe4

Browse files
Merge pull request #7840 from nextcloud/dependabot/github_actions/actions/upload-artifact-7.0.1
Chore(deps): Bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents 21a7015 + 9ae5501 commit 41d7fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
129+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
137+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
138138
if: failure()
139139
with:
140140
name: Upload nextcloud log

0 commit comments

Comments
 (0)