Skip to content

Commit

Permalink
ci: fix bad artifact version number
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Sep 4, 2024
1 parent cc505e0 commit 2d6103b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pkgbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
container: cimg/ruby:2.7
steps:
- name: Retrive package for deployment
uses: actions/download-artifact@4.1.7
uses: actions/download-artifact@v4
with:
name: PengwinDEBs
- run: gem install package_cloud
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Retrive package for deployment
uses: actions/download-artifact@4.1.7
uses: actions/download-artifact@v4
with:
name: OBS_RES
- name: Install Pre-requisites
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Retrive package for deployment
uses: actions/download-artifact@4.1.7
uses: actions/download-artifact@v4
with:
name: COPRRPMs
- name: Install API token for copr-cli
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pkgdeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
container: cimg/ruby:2.7
steps:
- name: Retrive package for deployment
uses: actions/download-artifact@4.1.7
uses: actions/download-artifact@v4
with:
name: PengwinDEBs
- run: gem install package_cloud
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Retrive package for deployment
uses: actions/download-artifact@4.1.7
uses: actions/download-artifact@v4
with:
name: OBS_RES
- name: Install Pre-requisites
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Retrive package for deployment
uses: actions/download-artifact@4.1.7
uses: actions/download-artifact@v4
with:
name: COPRRPMs
- name: Install API token for copr-cli
Expand Down

0 comments on commit 2d6103b

Please sign in to comment.