File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 46
46
id : diff
47
47
48
48
# 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
50
50
if : ${{ failure() && steps.diff.conclusion == 'failure' }}
51
51
with :
52
52
name : dist
Original file line number Diff line number Diff line change 25
25
../../bin/carton install
26
26
working-directory : ./scripts/linux
27
27
28
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
28
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
29
29
with :
30
30
name : cpanfile.snapshot-linux
31
31
path : scripts/linux/cpanfile.snapshot
45
45
../../bin/carton install
46
46
working-directory : ./scripts/darwin
47
47
48
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
48
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
49
49
with :
50
50
name : cpanfile.snapshot-darwin
51
51
path : scripts/darwin/cpanfile.snapshot
73
73
run : ..\..\bin\carton install
74
74
working-directory : ./scripts/windows
75
75
76
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
76
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
77
77
with :
78
78
name : cpanfile.snapshot-windows
79
79
path : scripts/windows/cpanfile.snapshot
91
91
../../bin/carton install
92
92
working-directory : ./scripts/common
93
93
94
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
94
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
95
95
with :
96
96
name : cpanfile.snapshot-common
97
97
path : scripts/common/cpanfile.snapshot
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144
144
# name: perl-${{ matrix.perl }}
145
145
# path: ${{ runner.temp }}/perl-${{ matrix.perl }}
146
146
# if: failure()
147
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
147
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
148
148
with :
149
149
name : perl-${{ matrix.perl }}-wer
150
150
path : ${{ runner.temp }}/perl-wer
@@ -243,7 +243,7 @@ jobs:
243
243
# PERL_DL_DEBUG: "10" # enables debugging
244
244
working-directory : ./scripts/windows
245
245
246
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
246
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
247
247
with :
248
248
name : perl-${{ matrix.perl }}-wer
249
249
path : ${{ runner.temp }}/perl-wer
You can’t perform that action at this time.
0 commit comments