We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8a1fe1 + 84bd419 commit 8ea8e3aCopy full SHA for 8ea8e3a
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Archive artifacts
74
if: ${{ matrix.perl-version == '5.42' }}
75
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
76
with:
77
name: the-release
78
path: |
@@ -114,7 +114,7 @@ jobs:
114
name: Test on ${{ matrix.perl-version }}
115
steps:
116
- name: Download a single artifact
117
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
118
119
120
@@ -144,7 +144,7 @@ jobs:
144
145
146
147
148
149
150
0 commit comments