diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ffe37f..9bf7053 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -132,7 +132,7 @@ jobs: # Upload plugin artifact to make it available in the next jobs - name: Upload artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2.2.2 with: name: plugin-artifact path: ./build/distributions/${{ steps.properties.outputs.artifact }}