diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 38910dd..91d4eba 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -103,7 +103,7 @@ jobs: - name: Upload web artifact if: github.ref == 'refs/heads/main' && github.event_name == 'push' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 continue-on-error: true with: name: web-artifact @@ -125,7 +125,7 @@ jobs: git reset --hard origin/main - name: Download web artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 continue-on-error: true with: name: web-artifact