diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d00fbe9..43e3294 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: paths: test/results/*.xml output: test/results/results.html - name: Upload test summary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-summary path: test/results/results.html @@ -76,8 +76,8 @@ jobs: - name: Publish action run: | git add --verbose . - git config user.name 'Edward Thomson' - git config user.email 'ethomson@edwardthomson.com' + git config user.name 'Kyle Lilly' + git config user.email '3723216+KyleLilly@users.noreply.github.com' git commit -m 'Update from CI' --allow-empty git push origin dist if: steps.status.outputs.has_changes == '1'