Skip to content

Commit 6d1f531

Browse files
Merge pull request nextcloud#12368 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.1.0
Bump actions/upload-artifact from 4.0.0 to 4.1.0
2 parents b59f810 + 1db4451 commit 6d1f531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/screenShotTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
run: scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "${{ matrix.color }}-${{ matrix.scheme }}" "Screenshot" ${{github.event.number}}
9090
- name: Archive Espresso results
91-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
91+
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
9292
if: ${{ always() }}
9393
with:
9494
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
@@ -46,7 +46,7 @@ jobs:
4646
fail_ci_if_error: true
4747
- name: Upload jacoco artifacts
4848
if: ${{ failure() }}
49-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
49+
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
5050
with:
5151
name: test-results
5252
path: app/build/reports/tests/testGplayDebugUnitTest/

0 commit comments

Comments
 (0)