diff --git a/.changeset/forty-bottles-joke.md b/.changeset/forty-bottles-joke.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/forty-bottles-joke.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/incubator/build/workflows/github.yml b/incubator/build/workflows/github.yml index 74b07c26a..8c67dd063 100644 --- a/incubator/build/workflows/github.yml +++ b/incubator/build/workflows/github.yml @@ -197,7 +197,7 @@ jobs: if: ${{ github.event.inputs.distribution != 'local' && !cancelled() && !failure() }} # `success()` excludes skipped jobs steps: - name: Download build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ github.event.inputs.platform }}-artifact - name: Display structure of build artifact