Skip to content

Commit 77350ba

Browse files
committed
Update to v4 GitHub Actions for up/download of artifacts.
1 parent c433ffd commit 77350ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/perl-ci.yml

+4-4
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*
@@ -81,7 +81,7 @@ jobs:
8181

8282
steps:
8383
- name: Download tarball artifact
84-
uses: actions/download-artifact@v3
84+
uses: actions/download-artifact@v4
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@v3
110+
uses: actions/upload-artifact@v4
111111
with:
112112
name: build.log
113113
path: ~/.cpanm/work/*/build.log

0 commit comments

Comments
 (0)