Skip to content

Commit 034bb13

Browse files
committed
ci: use artifact@v4
1 parent dee60ca commit 034bb13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
make dist
4848
mv *.tar.gz ../
4949
- name: Upload build artifacts
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: dists
5353
path: |
@@ -63,7 +63,7 @@ jobs:
6363
name: Test install with ${{ matrix.perl }} on ${{ matrix.os }}
6464
steps:
6565
- name: Fetch build artifacts
66-
uses: actions/download-artifact@v3
66+
uses: actions/download-artifact@v4
6767
- name: Rename to unversioned name
6868
run: |
6969
mv dists/Alien-libextism*.tar.gz Alien-libextism.tar.gz
@@ -79,7 +79,7 @@ jobs:
7979
perl -MExtism -e 'print $Extism::VERSION . "\n";'
8080
- name: Archive CPAN logs
8181
if: ${{ failure() }}
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: cpan_log
8585
path: /home/runner/.cpanm/work/*/build.log
@@ -104,7 +104,7 @@ jobs:
104104
install-modules-with: cpanm
105105
install-modules-args: --with-configure
106106
- name: Fetch build artifacts
107-
uses: actions/download-artifact@v3
107+
uses: actions/download-artifact@v4
108108
- name: Build, Test, Install Alien-libextism.tar.gz
109109
run: |
110110
mv dists/Alien-libextism*.tar.gz Alien-libextism.tar.gz
@@ -133,7 +133,7 @@ jobs:
133133
steps:
134134
- name: Fetch build artifacts
135135
if: ${{ github.ref_type == 'tag' }}
136-
uses: actions/download-artifact@v3
136+
uses: actions/download-artifact@v4
137137
- name: Publish release
138138
if: ${{ github.ref_type == 'tag' }}
139139
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)