diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4154a53..c85f2c2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: with: node-version: '20.x' - name: Write Artifact - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + uses: actions/upload-artifact@v4 with: name: build-output path: ./site @@ -37,7 +37,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v5 - name: Download Artifact - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4 with: name: build-output path: