Skip to content

Commit 095e5d2

Browse files
rukaisunshowers
authored andcommitted
Update GA actions
1 parent 1881817 commit 095e5d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Build test artifacts
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
with:
2525
# By default actions/checkout checks out a merge commit. Check out the PR head instead.
2626
# https://github.com/actions/checkout#checkout-pull-request-head-commit-instead-of-merge-commit
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build and archive tests
3535
run: cargo nextest archive --archive-file nextest-archive.tar.zst
3636
- name: Upload archive to workflow
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: nextest-archive
4040
path: nextest-archive.tar.zst
@@ -48,7 +48,7 @@ jobs:
4848
partition: [1, 2]
4949
steps:
5050
# The source directory must be checked out.
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v4
5252
with:
5353
# By default actions/checkout checks out a merge commit. Check out the PR head instead.
5454
# https://github.com/actions/checkout#checkout-pull-request-head-commit-instead-of-merge-commit
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install nextest
6161
uses: taiki-e/install-action@nextest
6262
- name: Download archive
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
with:
6565
name: nextest-archive
6666
- name: Run tests

0 commit comments

Comments
 (0)