diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 06af25491..d9ccc0cdd 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -138,7 +138,7 @@ jobs: SPLIT_INDEX: ${{ matrix.containers == 'component' && 0 || matrix.containers }} - name: Upload snapshots - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 if: always() with: name: snapshots_${{ matrix.containers }} @@ -149,7 +149,7 @@ jobs: run: docker logs nextcloud-cypress-tests-${{ env.APP_NAME }} > nextcloud.log - name: Upload NC logs - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 if: failure() && matrix.containers != 'component' with: name: nc_logs_${{ matrix.containers }}