File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 name : Build on Linux with Perl ${{ matrix.perl-version }}
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v6
4242
4343 - name : Install prerequisites
4444 run : |
7272
7373 - name : Archive artifacts
7474 if : ${{ matrix.perl-version == '5.32' }}
75- uses : actions/upload-artifact@v4
75+ uses : actions/upload-artifact@v6
7676 with :
7777 name : the-release
7878 path : |
@@ -114,7 +114,7 @@ jobs:
114114 name : Test on ${{ matrix.perl-version }}
115115 steps :
116116 - name : Download a single artifact
117- uses : actions/download-artifact@v4
117+ uses : actions/download-artifact@v7
118118 with :
119119 name : the-release
120120
@@ -143,7 +143,7 @@ jobs:
143143
144144 steps :
145145 - name : Download a single artifact
146- uses : actions/download-artifact@v4
146+ uses : actions/download-artifact@v7
147147 with :
148148 name : the-release
149149
You can’t perform that action at this time.
0 commit comments