Skip to content

Commit 12dcc0b

Browse files
Merge pull request #47226 from nextcloud/dependabot/github_actions/github-actions-720c8da8de
chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6 in the github-actions group
2 parents 19dd329 + ded69c0 commit 12dcc0b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cypress.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
SPLIT_INDEX: ${{ matrix.containers == 'component' && 0 || matrix.containers }}
144144

145145
- name: Upload snapshots
146-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
146+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
147147
if: always()
148148
with:
149149
name: snapshots_${{ matrix.containers }}
@@ -154,7 +154,7 @@ jobs:
154154
run: docker logs nextcloud-cypress-tests-${{ env.APP_NAME }} > nextcloud.log
155155

156156
- name: Upload NC logs
157-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
157+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
158158
if: failure() && matrix.containers != 'component'
159159
with:
160160
name: nc_logs_${{ matrix.containers }}
@@ -165,7 +165,7 @@ jobs:
165165
run: docker exec nextcloud-cypress-tests-server tar -cvjf - data > data.tar
166166

167167
- name: Upload data dir archive
168-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
168+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
169169
if: failure() && matrix.containers != 'component'
170170
with:
171171
name: nc_data_${{ matrix.containers }}

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Upload profiles
9393
if: always()
94-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
94+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
9595
with:
9696
name: profiles
9797
path: |

0 commit comments

Comments
 (0)