diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 687c9d1..8330e25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: run: npx semantic-release - name: Store build artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: build-artifacts path: . # Include all files in the artifact