Skip to content

Commit

Permalink
Deps: Update actions/upload-artifact digest to b4b15b8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 883154b commit d35a939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: ./gradlew assemble publish --info

- name: Upload Build Results
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: Build Results (Java ${{ matrix.java }} on ${{ matrix.os }})
path: ${{ github.workspace }}/repo/
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
run: ./gradlew assemble check --info

- name: Upload Test Results
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: Test Reports (Java ${{ matrix.java }} on ${{ matrix.os }})
path: ${{ github.workspace }}/build/reports/

0 comments on commit d35a939

Please sign in to comment.