Skip to content

Commit

Permalink
Update package workflow download action version
Browse files Browse the repository at this point in the history
  • Loading branch information
skyhisi committed Aug 9, 2023
1 parent 6c7f9cf commit 14e3c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Download tarball
id: fetch
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: tarball
path: ${{runner.temp}}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
steps:
- name: Download tarball
id: fetch
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: tarball
path: ${{runner.temp}}
Expand Down

0 comments on commit 14e3c0c

Please sign in to comment.