Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 8305eab

Browse files
committed
1 parent 2deba9a commit 8305eab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pkgbuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
container: cimg/ruby:2.7
5656
steps:
5757
- name: Retrive package for deployment
58-
uses: actions/download-artifact@v1
58+
uses: actions/download-artifact@4.1.7
5959
with:
6060
name: PengwinDEBs
6161
- run: gem install package_cloud
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: ubuntu-latest
9999
steps:
100100
- name: Retrive package for deployment
101-
uses: actions/download-artifact@v1
101+
uses: actions/download-artifact@4.1.7
102102
with:
103103
name: OBS_RES
104104
- name: Install Pre-requisites
@@ -155,7 +155,7 @@ jobs:
155155
runs-on: ubuntu-latest
156156
steps:
157157
- name: Retrive package for deployment
158-
uses: actions/download-artifact@v1
158+
uses: actions/download-artifact@4.1.7
159159
with:
160160
name: COPRRPMs
161161
- name: Install API token for copr-cli

.github/workflows/pkgdeploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
container: cimg/ruby:2.7
5151
steps:
5252
- name: Retrive package for deployment
53-
uses: actions/download-artifact@v1
53+
uses: actions/download-artifact@4.1.7
5454
with:
5555
name: PengwinDEBs
5656
- run: gem install package_cloud
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: ubuntu-latest
9999
steps:
100100
- name: Retrive package for deployment
101-
uses: actions/download-artifact@v1
101+
uses: actions/download-artifact@4.1.7
102102
with:
103103
name: OBS_RES
104104
- name: Install Pre-requisites
@@ -155,7 +155,7 @@ jobs:
155155
runs-on: ubuntu-latest
156156
steps:
157157
- name: Retrive package for deployment
158-
uses: actions/download-artifact@v1
158+
uses: actions/download-artifact@4.1.7
159159
with:
160160
name: COPRRPMs
161161
- name: Install API token for copr-cli

0 commit comments

Comments
 (0)