Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Jan 27, 2024
1 parent 90ca5e3 commit ee92136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v3
- uses: hpi-swa/setup-smalltalkCI@v1
- uses: actions/checkout@v4
- uses: hpi-swa/setup-smalltalkCI@v3
with:
smalltalk-image: ${{ matrix.smalltalk }}
# - name: Setup tmate session
Expand All @@ -46,7 +46,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: Screenshots Test Failure ${{ matrix.smalltalk }}
name: Screenshots Test Failures ${{ matrix.smalltalk }}
path: ${{ env.SMALLTALK_CI_BUILD }}/*.png
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit ee92136

Please sign in to comment.