Skip to content

Commit

Permalink
Use download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
whot authored Sep 3, 2024
1 parent b060051 commit edcece4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
with:
apt: $UBUNTU_PACKAGES
- name: fetch tarball from previous job(s)
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: tarball
- name: extract tarball
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
apt: $UBUNTU_PACKAGES
pip: $PIP_PACKAGES
- name: fetch tarball from previous job(s)
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: tarball
- name: extract tarball
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v3
- name: fetch tarball from previous job(s)
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: tarball
- name: list git files
Expand Down

0 comments on commit edcece4

Please sign in to comment.