File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v3
2525
2626 - name : Install CPM + Dist::Zilla Author Bundle
2727 uses : perl-actions/install-with-cpm@stable
@@ -39,14 +39,14 @@ jobs:
3939 run : dzil build
4040
4141 - name : Upload tarball artifact
42- uses : actions/upload-artifact@v2
42+ uses : actions/upload-artifact@v3
4343 with :
4444 name : tarball
4545 path : " *.gz"
4646
4747 - name : Archive CPM logs
4848 if : ${{ failure() }}
49- uses : actions/upload-artifact@v2
49+ uses : actions/upload-artifact@v3
5050 with :
5151 name : build.log
5252 path : ~/.perl-cpm/build.log*
8181
8282 steps :
8383 - name : Download tarball artifact
84- uses : actions/download-artifact@v2
84+ uses : actions/download-artifact@v3
8585 with :
8686 name : tarball
8787
@@ -107,7 +107,7 @@ jobs:
107107
108108 - name : Archive CPANM logs
109109 if : ${{ failure() }}
110- uses : actions/upload-artifact@v2
110+ uses : actions/upload-artifact@v3
111111 with :
112112 name : build.log
113113 path : ~/.cpanm/work/*/build.log
You can’t perform that action at this time.
0 commit comments