diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 29e86c2..311c134 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -214,7 +214,7 @@ jobs: contents: write # Need permission to create releases and release notes steps: - name: Download build artifact - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v6.0.0 with: name: release-artifact # No path specified, downloads to current directory