There was an error while loading. Please reload this page.
1 parent f049fb2 commit 199413aCopy full SHA for 199413a
1 file changed
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ${{ matrix.os }}
19
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
22
with:
23
fetch-depth: 0
24
- name: Setup smalltalkCI
@@ -33,7 +33,7 @@ jobs:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
- name: Upload logs
35
if: ${{ failure() }}
36
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
37
38
name: Logs_${{ matrix.smalltalk }}_${{ matrix.os }}
39
path: |
0 commit comments