Skip to content

Commit fbc9cfc

Browse files
Merge pull request #708 from nextcloud/dependabot/github_actions/workflow-templates/actions/upload-artifact-7.0.1
build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 in /workflow-templates
2 parents c72f209 + 6222d6b commit fbc9cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow-templates/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
CYPRESS_GROUP: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }}
140140

141141
- name: Upload snapshots
142-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
142+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
143143
if: always()
144144
with:
145145
name: snapshots_${{ matrix.containers }}
@@ -150,7 +150,7 @@ jobs:
150150
run: docker logs nextcloud-cypress-tests-${{ env.APP_NAME }} > nextcloud.log
151151

152152
- name: Upload NC logs
153-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
153+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
154154
if: failure() && matrix.containers != 'component'
155155
with:
156156
name: nc_logs_${{ matrix.containers }}

0 commit comments

Comments
 (0)