Skip to content

Commit d06a8b0

Browse files
committed
Regenerate CI
1 parent f6b8883 commit d06a8b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
steps:
2929
- name: Checkout current branch (full)
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333

@@ -52,7 +52,7 @@ jobs:
5252
run: tar cf targets.tar target zio-sqs/target zio-sqs-docs/target project/target
5353

5454
- name: Upload target directories
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v5
5656
with:
5757
name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
5858
path: targets.tar
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ${{ matrix.os }}
7070
steps:
7171
- name: Checkout current branch (full)
72-
uses: actions/checkout@v5
72+
uses: actions/checkout@v6
7373
with:
7474
fetch-depth: 0
7575

@@ -85,7 +85,7 @@ jobs:
8585
uses: sbt/setup-sbt@v1
8686

8787
- name: Download target directories (3.3.7)
88-
uses: actions/download-artifact@v5
88+
uses: actions/download-artifact@v6
8989
with:
9090
name: target-${{ matrix.os }}-3.3.7-${{ matrix.java }}
9191

@@ -95,7 +95,7 @@ jobs:
9595
rm targets.tar
9696
9797
- name: Download target directories (2.13.18)
98-
uses: actions/download-artifact@v5
98+
uses: actions/download-artifact@v6
9999
with:
100100
name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
101101

0 commit comments

Comments
 (0)