Skip to content

Commit 65dd6fb

Browse files
authored
up/download-artifact -> v4
1 parent a3259bc commit 65dd6fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
4040
dzil build --in build-dir
4141
- name: Upload artifact
42-
uses: actions/upload-artifact@v2
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: dist
4545
path: ./build-dir
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Get dist artifact
63-
uses: actions/download-artifact@v2
63+
uses: actions/download-artifact@v4
6464
with:
6565
name: dist
6666

0 commit comments

Comments
 (0)