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.git
The following commit(s) were added to refs/heads/main by this push: new 23ddb4e1 Bump actions/upload-artifact from 3 to 4 (#330) 23ddb4e1 is described below commit 23ddb4e106785effb2e1154aed65329f722bfabe Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat Jan 13 08:54:12 2024 -0800 Bump actions/upload-artifact from 3 to 4 (#330) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/action-test.yml | 2 +- .github/workflows/yetus.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index ebd13f64..4c87007b 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -45,7 +45,7 @@ jobs: testsfilter: checkstyle,test4tests - name: Artifact output if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: apacheyetustestpatchactionout path: ${{ github.workspace }}/out diff --git a/.github/workflows/yetus.yml b/.github/workflows/yetus.yml index 5e4eb07e..2a00553b 100644 --- a/.github/workflows/yetus.yml +++ b/.github/workflows/yetus.yml @@ -61,7 +61,7 @@ jobs: --tests-filter=checkstyle,javadoc,rubocop,test4tests - name: Artifact output if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: apacheyetuspatchdir path: ${{ github.workspace }}/out