Skip to content

Commit

Permalink
Deps: Update actions/upload-artifact digest to 604373d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent e920ccf commit 615535a
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 --info

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

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

0 comments on commit 615535a

Please sign in to comment.