aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-16 15:14:35 +0000
committerGitHub <noreply@github.com>2024-01-16 15:14:35 +0000
commit41fa99ac466062ef49bc9a5dbe71169c295176ee (patch)
treef69b6b7fc20e0b4659cccc935094571f5af783ab
parent64d79beb2672a2a936d2e1d8d39bfce9342274fe (diff)
parent6326b87319d07c2a5fc86dc740e2726533de5252 (diff)
downloadnextcloud-server-41fa99ac466062ef49bc9a5dbe71169c295176ee.tar.gz
nextcloud-server-41fa99ac466062ef49bc9a5dbe71169c295176ee.zip
Merge pull request #42749 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.1.0
-rw-r--r--.github/workflows/cypress.yml6
-rw-r--r--.github/workflows/performance.yml2
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 510e18b7216..8b35ee61894 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -121,7 +121,7 @@ jobs:
SPLIT_INDEX: ${{ matrix.containers == 'component' && 0 || matrix.containers }}
- name: Upload snapshots
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
if: always()
with:
name: snapshots_${{ matrix.containers }}
@@ -132,7 +132,7 @@ jobs:
run: docker logs nextcloud-cypress-tests-${{ env.APP_NAME }} > nextcloud.log
- name: Upload NC logs
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
if: failure() && matrix.containers != 'component'
with:
name: nc_logs_${{ matrix.containers }}
@@ -143,7 +143,7 @@ jobs:
run: docker exec nextcloud-cypress-tests-server tar -cvjf - data > data.tar
- name: Upload data dir archive
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
if: failure() && matrix.containers != 'component'
with:
name: nc_data_${{ matrix.containers }}
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml
index b646af00fc2..f1534e8df82 100644
--- a/.github/workflows/performance.yml
+++ b/.github/workflows/performance.yml
@@ -82,7 +82,7 @@ jobs:
- name: Upload profiles
if: always()
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
+ uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: profiles
path: |