Skip to content

Commit 1b4832d

Browse files
committed
Update deprecated GH actions
1 parent 83fe090 commit 1b4832d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
make build
2929
- name: "Upload wheels"
30-
uses: "actions/upload-artifact@v4"
30+
uses: "actions/upload-artifact@v7"
3131
with:
3232
name: "pulp_cli_packages"
3333
path: |

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
${{ runner.os }}-pip-
2424
2525
- name: "Download wheels"
26-
uses: "actions/download-artifact@v5"
26+
uses: "actions/download-artifact@v8"
2727
with:
2828
name: "pulp_cli_packages"
2929
- name: "Set up Python"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: "actions/checkout@v5"
1818
- name: "Download wheels"
19-
uses: "actions/download-artifact@v5"
19+
uses: "actions/download-artifact@v8"
2020
with:
2121
name: "pulp_cli_packages"
2222
- name: "Set up Python"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
${{ runner.os }}-pip-
3636
3737
- name: "Download wheels"
38-
uses: "actions/download-artifact@v5"
38+
uses: "actions/download-artifact@v8"
3939
with:
4040
name: "pulp_cli_packages"
4141
- name: "Set up Python"

0 commit comments

Comments
 (0)