Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4.3.0 {patch} (#109)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent dce4e11 commit 196cacf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
rm -rf ${{ runner.temp }}/.gnupg/
- name: 'Upload Test reports - Core'
if: always()
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
with:
name: test-report-file-barj-core
path: |
Expand All @@ -78,7 +78,7 @@ jobs:
retention-days: 5
- name: 'Upload Test reports - Job'
if: always()
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
with:
name: test-report-file-barj-job
path: |
Expand All @@ -87,7 +87,7 @@ jobs:
retention-days: 5
- name: 'Upload Test reports - Stream IO'
if: always()
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
with:
name: test-report-file-barj-stream-io
path: |
Expand Down

0 comments on commit 196cacf

Please sign in to comment.