Skip to content

Commit

Permalink
Update actions/download-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 be2bc3d commit d834ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: ${{ runner.os }}-gradle-

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
if: ${{ matrix.repository.enabled == true }}
with:
name: publications-${{ runner.os }}
Expand All @@ -218,7 +218,7 @@ jobs:
needs: [ build ]
if: ${{ github.event.inputs.skipPages != 'y' }}
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: dokka

Expand Down

0 comments on commit d834ed1

Please sign in to comment.