Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 '[email protected].com'
git commit -m 'Update from CI' --allow-empty
git push origin dist
if: steps.status.outputs.has_changes == '1'
Expand Down