We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703889f commit 85f4b81Copy full SHA for 85f4b81
3 files changed
github-actions/build-dzil-dist/action.yml
@@ -47,7 +47,7 @@ runs:
47
dzil build --in build-dir
48
echo "::endgroup::"
49
- name: Upload artifact
50
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
51
with:
52
name: dist
53
path: ./build-dir
github-actions/build-eumm-dist/action.yml
@@ -55,7 +55,7 @@ runs:
55
perl Makefile.PL && make distdir DISTVNAME=build-dir
56
57
58
59
60
61
template/.github/workflows/dzil/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
steps:
- uses: actions/checkout@v2
- name: Get dist artifact
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
path: build-dir
0 commit comments