Skip to content

Commit f142a49

Browse files
committed
Update to v4 GitHub Actions for up/download of artifacts.
1 parent 5f304f9 commit f142a49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/perl-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
run: dzil build
4040

4141
- name: Upload tarball artifact
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: tarball
4545
path: "*.gz"
4646

4747
- name: Archive CPM logs
4848
if: ${{ failure() }}
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: build.log
5252
path: ~/.perl-cpm/build.log*
@@ -79,7 +79,7 @@ jobs:
7979

8080
steps:
8181
- name: Download tarball artifact
82-
uses: actions/download-artifact@v3
82+
uses: actions/download-artifact@v4
8383
with:
8484
name: tarball
8585

@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Archive CPANM logs
107107
if: ${{ failure() }}
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: build.log
111111
path: ~/.cpanm/work/*/build.log

0 commit comments

Comments
 (0)