diff --git a/.github/workflows/base-release.yaml b/.github/workflows/base-release.yaml index c7068e55..ba09423b 100644 --- a/.github/workflows/base-release.yaml +++ b/.github/workflows/base-release.yaml @@ -82,10 +82,10 @@ jobs: COSIGN_YES: true GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: all-artifacts - path: dist/**/* + path: distributions/${{ inputs.distribution }}/dist/**/* release: name: ${{ inputs.distribution }} Release @@ -117,7 +117,7 @@ jobs: go-version: '~1.21.7' check-latest: true - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: all-artifacts path: dist