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-test-patch-action.git
The following commit(s) were added to refs/heads/main by this push: new f27363e Bump actions/upload-artifact from 3 to 4 (#18) f27363e is described below commit f27363e817c83823b7ee37bd19eb532a53409d3e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat Jan 13 08:55:57 2024 -0800 Bump actions/upload-artifact from 3 to 4 (#18) 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 f589e18..37bc13e 100644 --- a/.github/workflows/yetus.yml +++ b/.github/workflows/yetus.yml @@ -38,7 +38,7 @@ jobs: githubtoken: ${{ secrets.GITHUB_TOKEN }} - name: Artifact output if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: apacheyetuspatchdir path: ${{ github.workspace }}/out