Skip to content

Commit addefd0

Browse files
dependabot[bot]shogo82148
authored andcommitted
chore(deps): Bump actions/upload-artifact from 4.6.1 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f9d95d commit addefd0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: diff
4747

4848
# If index.js was different than expected, upload the expected version as an artifact
49-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
49+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5050
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5151
with:
5252
name: dist

.github/workflows/update-build-tools.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
../../bin/carton install
2626
working-directory: ./scripts/linux
2727

28-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
28+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2929
with:
3030
name: cpanfile.snapshot-linux
3131
path: scripts/linux/cpanfile.snapshot
@@ -45,7 +45,7 @@ jobs:
4545
../../bin/carton install
4646
working-directory: ./scripts/darwin
4747

48-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
48+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4949
with:
5050
name: cpanfile.snapshot-darwin
5151
path: scripts/darwin/cpanfile.snapshot
@@ -73,7 +73,7 @@ jobs:
7373
run: ..\..\bin\carton install
7474
working-directory: ./scripts/windows
7575

76-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
76+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7777
with:
7878
name: cpanfile.snapshot-windows
7979
path: scripts/windows/cpanfile.snapshot
@@ -91,7 +91,7 @@ jobs:
9191
../../bin/carton install
9292
working-directory: ./scripts/common
9393

94-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
94+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9595
with:
9696
name: cpanfile.snapshot-common
9797
path: scripts/common/cpanfile.snapshot

.github/workflows/win32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
# name: perl-${{ matrix.perl }}
145145
# path: ${{ runner.temp }}/perl-${{ matrix.perl }}
146146
# if: failure()
147-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
147+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
148148
with:
149149
name: perl-${{ matrix.perl }}-wer
150150
path: ${{ runner.temp }}/perl-wer
@@ -243,7 +243,7 @@ jobs:
243243
# PERL_DL_DEBUG: "10" # enables debugging
244244
working-directory: ./scripts/windows
245245

246-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
246+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
247247
with:
248248
name: perl-${{ matrix.perl }}-wer
249249
path: ${{ runner.temp }}/perl-wer

0 commit comments

Comments
 (0)