Skip to content

Commit 1e6a27a

Browse files
ci: bump upload action to latest v4
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent eaf3dcc commit 1e6a27a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cypress.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
113113

114114
- name: Upload snapshots
115-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
115+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
116116
if: always()
117117
with:
118118
name: snapshots_${{ matrix.containers }}
@@ -123,7 +123,7 @@ jobs:
123123
run: docker logs nextcloud-cypress-tests-${{ env.APP_NAME }} > nextcloud.log
124124

125125
- name: Upload NC logs
126-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
126+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
127127
if: failure() && matrix.containers != 'component'
128128
with:
129129
name: nc_logs_${{ matrix.containers }}
@@ -134,7 +134,7 @@ jobs:
134134
run: docker exec nextcloud-cypress-tests-server tar -cvjf - data > data.tar
135135

136136
- name: Upload data dir archive
137-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
137+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
138138
if: failure() && matrix.containers != 'component'
139139
with:
140140
name: nc_data_${{ matrix.containers }}

.github/workflows/performance.yml

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

8080
- name: Upload profiles
8181
if: always()
82-
uses: actions/upload-artifact@v2
82+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
8383
with:
8484
name: profiles
8585
path: |

0 commit comments

Comments
 (0)