update upload action to v4 due to deprecation

This commit is contained in:
Jörn Guy Süß 2025-08-04 21:58:31 +10:00
parent 2af2fd9b11
commit dac129d16c

View File

@ -32,7 +32,7 @@ jobs:
run: bundle exec jekyll build run: bundle exec jekyll build
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v1 uses: actions/upload-pages-artifact@v4
with: with:
path: ./website/_site path: ./website/_site