Skip to content

Commit

Permalink
ci: fix chnages to download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Sep 4, 2024
1 parent 5c26eff commit 87704cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pkgbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: PengwinDEBs
path: PengwinDEBs
- run: gem install package_cloud
- name: deploy to the dev
env:
Expand Down Expand Up @@ -101,6 +102,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: OBS_RES
path: OBS_RES
- name: Install Pre-requisites
run: |
sudo apt-get update -qq
Expand Down Expand Up @@ -158,6 +160,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: COPRRPMs
path: COPRRPMs
- name: Install API token for copr-cli
env:
API_TOKEN_CONTENT: ${{ secrets.COPR_API_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pkgdeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: PengwinDEBs
path: PengwinDEBs
- run: gem install package_cloud
- name: deploy to bullseye repo
env:
Expand Down Expand Up @@ -101,6 +102,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: OBS_RES
path: OBS_RES
- name: Install Pre-requisites
run: |
sudo apt-get update -qq
Expand Down Expand Up @@ -158,6 +160,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: COPRRPMs
path: COPRRPMs
- name: Install API token for copr-cli
env:
API_TOKEN_CONTENT: ${{ secrets.COPR_API_TOKEN }}
Expand Down

0 comments on commit 87704cf

Please sign in to comment.