diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f62fe4c..5a01499 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: Download a single artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: site path: public