File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 CODECOV_TOKEN : ${{secrets.CODECOV_TOKEN}}
2929 RELEASE_TESTING : 1
3030 run : auto-build-and-test-dist
31- - uses : actions/upload-artifact@master
31+ - uses : actions/upload-artifact@v3
3232 with :
3333 name : build_dir
3434 path : build_dir
6262 id : with-recommends
6363 if : matrix.perl-version >= 5.14
6464 run : echo '::set-output name=flag::--with-recommends'
65- - uses : actions/download-artifact@master
65+ - uses : actions/download-artifact@v3
6666 with :
6767 name : build_dir
6868 path : .
@@ -111,7 +111,7 @@ jobs:
111111 id : with-recommends
112112 if : matrix.perl-version >= 5.14
113113 run : echo '::set-output name=flag::--with-recommends'
114- - uses : actions/download-artifact@master
114+ - uses : actions/download-artifact@v3
115115 with :
116116 name : build_dir
117117 path : .
@@ -162,7 +162,7 @@ jobs:
162162 with :
163163 perl-version : ${{ matrix.perl-version }}
164164 distribution : strawberry
165- - uses : actions/download-artifact@master
165+ - uses : actions/download-artifact@v3
166166 with :
167167 name : build_dir
168168 path : .
You can’t perform that action at this time.
0 commit comments