Skip to content

Commit bc25f31

Browse files
dependabot[bot]mejo-
authored andcommitted
chore(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a20ea1 commit bc25f31

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/app-upgrade-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
./occ collectives:create --owner alice YetAnotherNewCollective
150150
151151
- name: Upload nextcloud logs
152-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
152+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
153153
if: always()
154154
with:
155155
name: nextcloud.log

.github/workflows/app-upgrade-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
./occ collectives:create --owner alice YetAnotherNewCollective
147147
148148
- name: Upload nextcloud logs
149-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
149+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
150150
if: always()
151151
with:
152152
name: nextcloud.log

.github/workflows/behat-sqlite-encryption.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run: ./vendor/bin/behat --config=${{ env.BEHAT_CONFIG }} --profile ci
125125

126126
- name: Upload NC logs
127-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
127+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
128128
if: failure()
129129
with:
130130
name: nc_logs_behat_${{ matrix.server-versions }}.log

.github/workflows/behat-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: ./vendor/bin/behat --config=${{ env.BEHAT_CONFIG }} --profile ci
119119

120120
- name: Upload NC logs
121-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
121+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
122122
if: failure()
123123
with:
124124
name: nc_logs_behat_${{ matrix.server-versions }}.log

.github/workflows/cypress-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,15 +283,15 @@ jobs:
283283
SPLIT_INDEX: ${{ env.container_index }}
284284

285285
- name: Upload snapshots
286-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
286+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
287287
if: failure()
288288
with:
289289
name: screenshots_${{ matrix.server-versions }}_${{ matrix.containers }}
290290
path: apps/${{ env.APP_NAME }}/cypress/screenshots/
291291
retention-days: 5
292292

293293
- name: Upload NC logs
294-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
294+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
295295
if: failure()
296296
with:
297297
name: nc_logs_${{ matrix.server-versions }}_${{ matrix.containers }}.log

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
PLAYWRIGHT_NC_SERVER_BRANCH: ${{ matrix.server-branch }}
6464

6565
- name: Upload results
66-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
66+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6767
if: ${{ !cancelled() }}
6868
with:
6969
name: playwright-report_${{ matrix.server-branch }}_shard${{ matrix.shardIndex }}

0 commit comments

Comments
 (0)