v4 upload

This commit is contained in:
Toby Jaffey 2025-12-14 02:16:07 +00:00
parent 4a03138efc
commit 1866de1235

View file

@ -30,7 +30,7 @@ jobs:
uses: actions/configure-pages@v4 uses: actions/configure-pages@v4
- name: Upload Artifact - name: Upload Artifact
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v4
with: with:
path: uvm32/test/badge.svg path: uvm32/test/badge.svg
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages