Skip to content

Commit

Permalink
Update actions/upload-artifact digest to ff15f03
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent 7b06779 commit b956a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
arguments: sonarqube -i
- name: Upload test artifact
if: success() || failure()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
with:
name: test-result
path: /home/runner/work/**/build/reports
Expand All @@ -60,7 +60,7 @@ jobs:
arguments: :2repository:${{ matrix.version }}:integrationTests --info --stacktrace
- name: Upload test artifact
if: success() || failure()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
with:
name: integration-test-${{ matrix.version }}-result
path: /home/runner/work/**/build/reports
Expand Down

0 comments on commit b956a83

Please sign in to comment.