Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent ea2bc12 commit f357b10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Gradle Test Local Publishing
run: ./gradlew publishToLocal --scan

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: reports-${{ runner.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Gradle Assemble Dokka
run: ./gradlew dokkaHtmlMultiModule -Pversion=${VERSION//v} --scan

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dokka
path: |
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
env:
VERSION: ${{ needs.resolve-version.outputs.version }}
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dokka

Expand Down

0 comments on commit f357b10

Please sign in to comment.