diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 9a2c804..9a7064c 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -29,7 +29,7 @@ jobs: - name: npm pack run: npm pack - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: package path: "eng-automation-testing-*.tgz"