Skip to content

Commit 034f43e

Browse files
build(deps): bump actions/upload-artifact from 4 to 5 (#907)
1 parent bb13693 commit 034f43e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
tar czvf coatjava.tar.gz coatjava
9898
tar czvf clara.tar.gz clara
99-
- uses: actions/upload-artifact@v4
99+
- uses: actions/upload-artifact@v5
100100
with:
101101
name: build_${{ matrix.runner }}
102102
retention-days: 1
@@ -127,7 +127,7 @@ jobs:
127127
- name: collect jacoco report
128128
run: validation/jacoco-aggregate.sh
129129
- name: publish jacoco report
130-
uses: actions/upload-artifact@v4
130+
uses: actions/upload-artifact@v5
131131
with:
132132
name: jacoco_report
133133
path: publish/

0 commit comments

Comments
 (0)