Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2023
1 parent effbdf8 commit 6b5656a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Gradle Check
run: ./gradlew check --scan

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
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 @@ -99,7 +99,7 @@ jobs:
- name: Gradle Check
run: ./gradlew check --scan

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: publications-${{ runner.os }}
Expand All @@ -112,7 +112,7 @@ jobs:
if: ${{ runner.os == 'Linux' }}
run: ./gradlew dokkaHtmlMultiModule -Pversion=${VERSION//v} --scan

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: ${{ runner.os == 'Linux' }}
with:
name: dokka
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
run: ${{ github.event.inputs.command }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: ${{ startsWith(matrix.os.runner, github.event.inputs.runner) && always() }}
with:
name: publications-${{ runner.os }}
Expand Down

0 comments on commit 6b5656a

Please sign in to comment.