File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments