Skip to content

Commit

Permalink
build.yml: download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos authored Feb 13, 2025
1 parent 4996d5d commit 7f7c1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download source package artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bzip3-${{ github.sha }}
- name: Extract source package
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download source package artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bzip3-${{ github.sha }}
- name: Extract source package
Expand Down

0 comments on commit 7f7c1aa

Please sign in to comment.