diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2025-02-11 22:23:57 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2025-02-11 22:23:57 +0000 |
commit | ba25f672db65bcd6452ed25e0c2d2f230e784fe4 (patch) | |
tree | c7901b54ae77ebdcd270788ecbbf2a1c9674f5f3 | |
parent | e31cee98fcf5db41ba83fd9254ef32148cd4e5bb (diff) | |
parent | a24909601f82523f2aac84c65eef18dc42e4e3ad (diff) |
Merge remote-tracking branch 'origin/main' into email-bccs
-rw-r--r-- | .github/workflows/ci.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a818c17..c10d1d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: continue-on-error: true - name: Save build folder - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist if-no-files-found: error @@ -52,7 +52,7 @@ jobs: run: cp config/config.example.toml config/config.toml - name: Download the build folder - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist path: dist @@ -69,7 +69,7 @@ jobs: CYPRESS: true - name: Upload screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots |