Skip to content

Commit

Permalink
Update upload artifact action for scala tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtduffy committed Jan 30, 2025
1 parent c92bd0c commit d7a5483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GHA-Scala-Instrumentation-Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Capture build reports
if: ${{ failure() }}
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # pin@v3
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # pin@v4
with:
name: instrumentation-results-java-${{ matrix.java-version }}-scala-${{ matrix.scala }}
# The regex for the path below will capture instrumentation test HTML reports generated by gradle for all
Expand Down

0 comments on commit d7a5483

Please sign in to comment.