Skip to content

Commit cde5891

Browse files
renovate[bot]slisson
authored andcommitted
build(deps): update actions/upload-artifact digest to ea165f8
1 parent a30065a commit cde5891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
files: |
4646
**/test-results/**/*.xml
4747
- name: Archive test report
48-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
48+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4949
# Archive test reports for introspection even if the build failed. They are most useful in this situation.
5050
if: always()
5151
with:

.github/workflows/mps-compatibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
:mps-sync-plugin3:build
5252
-Pmps.version.major=${{ matrix.version }}
5353
- name: Archive test report
54-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
54+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5555
if: always()
5656
with:
5757
name: test-report-${{ matrix.version }}

0 commit comments

Comments
 (0)