diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9162d40..dacc673 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 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 with: name: package path: package