Skip to content

Commit f357b10

Browse files
Update GitHub Artifact Actions to v4
1 parent ea2bc12 commit f357b10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Gradle Test Local Publishing
120120
run: ./gradlew publishToLocal --scan
121121

122-
- uses: actions/upload-artifact@v3
122+
- uses: actions/upload-artifact@v4
123123
if: ${{ always() }}
124124
with:
125125
name: reports-${{ runner.os }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Gradle Assemble Dokka
7676
run: ./gradlew dokkaHtmlMultiModule -Pversion=${VERSION//v} --scan
7777

78-
- uses: actions/upload-artifact@v3
78+
- uses: actions/upload-artifact@v4
7979
with:
8080
name: dokka
8181
path: |
@@ -166,7 +166,7 @@ jobs:
166166
env:
167167
VERSION: ${{ needs.resolve-version.outputs.version }}
168168
steps:
169-
- uses: actions/download-artifact@v3
169+
- uses: actions/download-artifact@v4
170170
with:
171171
name: dokka
172172

0 commit comments

Comments
 (0)