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