Skip to content

Commit

Permalink
up/download-artifact -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 authored Sep 5, 2024
1 parent a3259bc commit 65dd6fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
dzil build --in build-dir
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: ./build-dir
Expand All @@ -60,7 +60,7 @@ jobs:

steps:
- name: Get dist artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: dist

Expand Down

0 comments on commit 65dd6fb

Please sign in to comment.