Skip to content

Commit 199413a

Browse files
authored
Upgrade GitHub Actions to use latest versions
1 parent f049fb2 commit 199413a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0
2424
- name: Setup smalltalkCI
@@ -33,7 +33,7 @@ jobs:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
- name: Upload logs
3535
if: ${{ failure() }}
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v7
3737
with:
3838
name: Logs_${{ matrix.smalltalk }}_${{ matrix.os }}
3939
path: |

0 commit comments

Comments
 (0)