Skip to content

Commit 6684d0f

Browse files
dependabot[bot]TylerJDev
authored andcommitted
chore(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#5888)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Jones <[email protected]>
1 parent a27d8ca commit 6684d0f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/aat-reports.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: kill ${{ steps.storybook.outputs.pid }}
4949
- name: Upload report
5050
if: ${{ always() }}
51-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
51+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
5252
with:
5353
name: axe-no-flag-${{ matrix.shard }}
5454
path: blob-report
@@ -76,7 +76,7 @@ jobs:
7676
- name: merge all reports
7777
run: npx playwright merge-reports --reporter html ./all-blob-reports
7878
- name: Upload report
79-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
79+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
8080
with:
8181
name: axe
8282
path: playwright-report
@@ -123,7 +123,7 @@ jobs:
123123
run: kill ${{ steps.storybook.outputs.pid }}
124124
- name: Upload report
125125
if: ${{ always() }}
126-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
126+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
127127
with:
128128
name: axe-all-flags-${{ matrix.shard }}
129129
path: blob-report
@@ -151,7 +151,7 @@ jobs:
151151
- name: merge all reports
152152
run: npx playwright merge-reports --reporter html ./all-blob-reports
153153
- name: Upload report
154-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
154+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
155155
with:
156156
name: axe-all-flags
157157
path: playwright-report

.github/workflows/vrt-reports.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: kill ${{ steps.storybook.outputs.pid }}
4949
- name: Upload report
5050
if: ${{ always() }}
51-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
51+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
5252
with:
5353
name: vrt-no-flag-${{ matrix.shard }}
5454
path: blob-report
@@ -76,7 +76,7 @@ jobs:
7676
- name: merge all reports
7777
run: npx playwright merge-reports --reporter html ./all-blob-reports
7878
- name: Upload report
79-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
79+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
8080
with:
8181
name: vrt-no-flag
8282
path: playwright-report
@@ -123,7 +123,7 @@ jobs:
123123
run: kill ${{ steps.storybook.outputs.pid }}
124124
- name: Upload report
125125
if: ${{ always() }}
126-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
126+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
127127
with:
128128
name: vrt-all-flags-${{ matrix.shard }}
129129
path: blob-report
@@ -151,7 +151,7 @@ jobs:
151151
- name: merge all reports
152152
run: npx playwright merge-reports --reporter html ./all-blob-reports
153153
- name: Upload report
154-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
154+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
155155
with:
156156
name: vrt-all-flags
157157
path: playwright-report

.github/workflows/vrt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
echo $NUMBER > ./PR/number
2020
env:
2121
NUMBER: ${{ github.event.number }}
22-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
22+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
2323
with:
2424
name: pull-request
2525
path: ./PR
@@ -66,7 +66,7 @@ jobs:
6666
git ls-files --others --exclude-standard --modified | zip snapshots -@
6767
fi
6868
- name: Upload snapshots
69-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
69+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
7070
with:
7171
name: snapshots-${{ matrix.shard }}
7272
path: snapshots.zip

0 commit comments

Comments
 (0)