This is an automated email from the ASF dual-hosted git repository. aw pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/yetus-homebrew.git
The following commit(s) were added to refs/heads/main by this push: new b7a6c59 Bump actions/upload-artifact from 3 to 4 (#10) b7a6c59 is described below commit b7a6c593fc8ab7b338be74dd664a73d7a8afe787 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Mar 4 07:17:22 2025 -0800 Bump actions/upload-artifact from 3 to 4 (#10) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/yetus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yetus.yml b/.github/workflows/yetus.yml index 3a85fa8..e409976 100644 --- a/.github/workflows/yetus.yml +++ b/.github/workflows/yetus.yml @@ -37,7 +37,7 @@ jobs: githubtoken: ${{ secrets.GITHUB_TOKEN }} - name: Artifact output if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: apacheyetustestpatchactionout path: ${{ github.workspace }}/out