diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index 27d3aa5..b1ca4d1 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -25,4 +25,4 @@ jobs: - name: Build Website with Jekyll uses: actions/jekyll-build-pages@v1 - name: Upload Website to GitHub Artifacts - uses: actions/upload-pages-artifact@v3 \ No newline at end of file + uses: actions/upload-pages-artifact@v4 \ No newline at end of file