From ee92136a41f9d0e9221b7e3bda980751a029316c Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Sat, 27 Jan 2024 15:34:42 +0100 Subject: [PATCH] update actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74ceaff06..504893a45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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