Skip to content

Commit

Permalink
Update artifact version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nennigb committed Jul 1, 2024
1 parent 6d43bff commit fd7504a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-mac-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ jobs:
# amc2moodle
- name: Archive XML test output of amc2moodle (without tikz)
if: ${{ always() }}
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: test_notikz_${{ matrix.python-version }}
path: test_notikz.xml

- name: Archive XML test output of amc2moodle (with tikz)
if: ${{ always() }}
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: test_tikz_${{ matrix.python-version }}
path: test_tikz.xml
Expand Down

0 comments on commit fd7504a

Please sign in to comment.