Skip to content

Commit 5cd9c11

Browse files
Merge pull request #7333 from nextcloud/dependabot/github_actions/actions/upload-artifact-5
Chore(deps): Bump actions/upload-artifact from 4 to 5
2 parents a9ef55b + 1088f99 commit 5cd9c11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/appbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uname -a
3838
RUST_BACKTRACE=1 krankerl --version
3939
RUST_BACKTRACE=1 krankerl package
40-
- uses: actions/upload-artifact@v4
40+
- uses: actions/upload-artifact@v5
4141
with:
4242
name: Deck app tarball
4343
path: build/artifacts/deck.tar.gz

.github/workflows/cypress-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,15 @@ jobs:
137137
npm_package_name: ${{ env.APP_NAME }}
138138

139139
- name: Upload test failure screenshots
140-
uses: actions/upload-artifact@v4
140+
uses: actions/upload-artifact@v5
141141
if: failure()
142142
with:
143143
name: Upload screenshots
144144
path: apps/${{ env.APP_NAME }}/cypress/screenshots/
145145
retention-days: 5
146146

147147
- name: Upload nextcloud logs
148-
uses: actions/upload-artifact@v4
148+
uses: actions/upload-artifact@v5
149149
if: failure()
150150
with:
151151
name: Upload nextcloud log

0 commit comments

Comments
 (0)