Skip to content

Commit 59e4df5

Browse files
authored
Merge pull request #11236 from nextcloud/dependabot/github_actions/actions/upload-artifact-3.1.2
Build(deps): Bump actions/upload-artifact from 3.1.1 to 3.1.2
2 parents d092c78 + 1779158 commit 59e4df5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Upload the results as artifacts (optional).
4444
- name: "Upload artifact"
45-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v2.3.1
45+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2.3.1
4646
with:
4747
name: SARIF file
4848
path: results.sarif

.github/workflows/screenShotTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8585
run: scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "${{ matrix.color }}-${{ matrix.scheme }}" "Screenshot" ${{github.event.number}}
8686
- name: Archive Espresso results
87-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
87+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
8888
if: ${{ always() }}
8989
with:
9090
name: Report-${{ matrix.color }}-${{ matrix.scheme }}

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail_ci_if_error: true
4343
- name: Upload jacoco artifacts
4444
if: ${{ failure() }}
45-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
45+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
4646
with:
4747
name: test-results
4848
path: app/build/reports/tests/testGplayDebugUnitTest/

0 commit comments

Comments
 (0)