Skip to content

Commit 85f4b81

Browse files
committed
all up/download-artifact to v4
1 parent 703889f commit 85f4b81

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

github-actions/build-dzil-dist/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
dzil build --in build-dir
4848
echo "::endgroup::"
4949
- name: Upload artifact
50-
uses: actions/upload-artifact@v2
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: dist
5353
path: ./build-dir

github-actions/build-eumm-dist/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
perl Makefile.PL && make distdir DISTVNAME=build-dir
5656
echo "::endgroup::"
5757
- name: Upload artifact
58-
uses: actions/upload-artifact@v2
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: dist
6161
path: ./build-dir

template/.github/workflows/dzil/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v2
4848
- name: Get dist artifact
49-
uses: actions/download-artifact@v2
49+
uses: actions/download-artifact@v4
5050
with:
5151
name: dist
5252
path: build-dir

0 commit comments

Comments
 (0)