Skip to content

Commit 1ebe20d

Browse files
committed
Update to v4 GitHub Actions for up/download of artifacts.
1 parent 3aff8b3 commit 1ebe20d

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
@@ -79,14 +79,14 @@ jobs:
7979
run: dzil build
8080

8181
- name: Upload tarball artifact
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: tarball
8585
path: "*.gz"
8686

8787
- name: Archive CPM logs
8888
if: ${{ failure() }}
89-
uses: actions/upload-artifact@v3
89+
uses: actions/upload-artifact@v4
9090
with:
9191
name: build.log
9292
path: ~/.perl-cpm/build.log*
@@ -144,7 +144,7 @@ jobs:
144144
rm -rf mod_perl*
145145
146146
- name: Download tarball artifact
147-
uses: actions/download-artifact@v3
147+
uses: actions/download-artifact@v4
148148
with:
149149
name: tarball
150150

@@ -172,7 +172,7 @@ jobs:
172172
173173
- name: Archive CPANM logs
174174
if: ${{ failure() }}
175-
uses: actions/upload-artifact@v3
175+
uses: actions/upload-artifact@v4
176176
with:
177177
name: build.log
178178
path: ~/.cpanm/work/*/build.log

0 commit comments

Comments
 (0)