diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bff41f..802a69c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -207,7 +207,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 }} @@ -227,7 +227,7 @@ jobs: needs: [ build ] if: ${{ github.event.inputs.skipPages != 'y' }} steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: dokka