diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 668e566..27b8d3d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: node-version: 14.x registry-url: "https://registry.npmjs.org" - name: Download build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Unarchive build @@ -67,7 +67,7 @@ jobs: always-auth: true scope: "@jessety" - name: Download build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Unarchive build