Skip to content

Commit

Permalink
Bump actions/upload-artifact to version 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Oct 15, 2024
1 parent 8e4574a commit 9e45bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
arguments: build javadoc
- name: Capture Test Results
if: failure() && steps.gradle.outcome == 'failure'
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # renovate: tag=v2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: test-results
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./gradlew check
- name: Capture Test Results
if: failure() && steps.gradle.outcome == 'failure'
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # renovate: tag=v2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: test-results
path: |
Expand Down

0 comments on commit 9e45bfa

Please sign in to comment.