From 8f5d022a717334662e3d5b18e1aa65c19ce9c2a5 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Sun, 14 Dec 2025 02:23:36 +0000 Subject: [PATCH] Artifact name --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a5a906..e296e68 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,12 +27,13 @@ jobs: working-directory: uvm32 - name: Setup Pages if: github.ref == 'refs/heads/main' - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Upload Artifact if: github.ref == 'refs/heads/main' - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v3 with: path: uvm32/test/badge.svg + artifact_name: badge.svg - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4