Skip to content

Commit 65cfa53

Browse files
ice-phoenixMarkTheHopeful
authored andcommitted
Update to actions/upload-artifact@v4
1 parent 20712c1 commit 65cfa53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/actions/upload-spec-artifacts/action.yml

+2-2
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)