diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55939039..fa7aee22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: ./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier - name: Download Backend Artifact - uses: actions/download-artifact@v3.0.0 + uses: actions/download-artifact@v3.0.2 with: name: backend-artifact path: plugin/src/main/resources/raw/RossyntBackend @@ -192,7 +192,7 @@ jobs: # Download plugin artifact provided by the previous job - name: Download Artifact - uses: actions/download-artifact@v3.0.0 + uses: actions/download-artifact@v3.0.2 with: name: plugin-artifact