Skip to content

Commit 661dbc2

Browse files
Update GitHub Artifact Actions to v7
1 parent eb2a5a0 commit 661dbc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: tar cf targets.tar target project/target
6161

6262
- name: Upload target directories
63-
uses: actions/upload-artifact@v2
63+
uses: actions/upload-artifact@v7
6464
with:
6565
name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
6666
path: targets.tar

0 commit comments

Comments
 (0)