Skip to content

Commit 96ea9eb

Browse files
committed
Update to actions/upload-artifact@v4
1 parent 403a35e commit 96ea9eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/upload-spec-artifacts/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ runs:
33
using: 'composite'
44
steps:
55
- name: 'Upload Kotlin spec PDF artifacts'
6-
uses: actions/upload-artifact@v3
6+
uses: actions/upload-artifact@v4
77
with:
88
name: kotlin-spec-pdf
99
path: |
1010
build/spec/pdf/
1111
- name: 'Upload Kotlin spec HTML artifacts'
12-
uses: actions/upload-artifact@v3
12+
uses: actions/upload-artifact@v4
1313
with:
1414
name: kotlin-spec-html
1515
path: |

0 commit comments

Comments
 (0)