diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dc56eb1..b14f6cb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: node-version: '12.x' registry-url: 'https://registry.npmjs.org' - name: Download math result from prepare job - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3.0.1 with: name: package path: package @@ -63,7 +63,7 @@ jobs: # Defaults to the user or organization that owns the workflow file scope: '@wabarc' - name: Download math result from prepare job - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3.0.1 with: name: package path: package