Skip to content

Commit bf7ab96

Browse files
Update actions/upload-artifact action to v4
1 parent 55cccff commit bf7ab96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 utils/target backends/target target parser/target backends/eolang/target analysis/target core/target interop/target project/target
6161

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

0 commit comments

Comments
 (0)