diff --git a/.github/workflows/blog.yaml b/.github/workflows/blog.yaml index 4e87e3ce..aa806813 100644 --- a/.github/workflows/blog.yaml +++ b/.github/workflows/blog.yaml @@ -42,7 +42,7 @@ jobs: API_KEY: ${{ secrets.DELPHI_GITHUB_ACTIONS_EPIDATA_API_KEY }} run: | npm run build:blog - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: blog path: | diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 66ee5e9d..82bf8459 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: - name: Build run: npm run build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: website path: ./public