Bump actions/upload-artifact from 3 to 3.1.0
@@ -42,7 +42,7 @@ jobs:
# Upload the results as artifacts (optional).
- name: "Upload artifact"
- uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2.3.1
+ uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v2.3.1
with:
name: SARIF file
path: results.sarif
@@ -81,7 +81,7 @@ jobs:
run:
scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "${{ matrix.color }}-${{ matrix.scheme }}" "Screenshot" ${{github.event.number}}
- name: Archive Espresso results
- uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535
+ uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
if: ${{ always() }}
name: Report-${{ matrix.color }}-${{ matrix.scheme }}
@@ -39,7 +39,7 @@ jobs:
fail_ci_if_error: true
- name: Upload jacoco artifacts
if: ${{ failure() }}
- uses: actions/upload-artifact@v3
name: test-results
path: app/build/reports/tests/testGplayDebugUnitTest/