diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2dc4949..dd48273 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: Packages path: dist/ @@ -86,7 +86,7 @@ jobs: TAG: ${{ github.ref_name }} - name: Upload assets to release - run: gh release upload "$TAG" dist/* + run: gh release upload "$TAG" dist/* --repo "$GITHUB_REPOSITORY" env: GH_TOKEN: ${{ github.token }} TAG: ${{ github.ref_name }}