Skip to content

Commit 4943cf7

Browse files
dependabot[bot]mdellweg
authored andcommitted
[GHA] Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1832c8 commit 4943cf7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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@v4"
26+
uses: "actions/download-artifact@v5"
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@v4"
19+
uses: "actions/download-artifact@v5"
2020
with:
2121
name: "pulp_cli_packages"
2222
- name: "Set up Python"

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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@v4"
26+
uses: "actions/download-artifact@v5"
2727
with:
2828
name: "pulp_cli_packages"
2929
- name: "Set up Python"
@@ -82,7 +82,7 @@ jobs:
8282
${{ runner.os }}-pip-
8383
8484
- name: "Download wheels"
85-
uses: "actions/download-artifact@v4"
85+
uses: "actions/download-artifact@v5"
8686
with:
8787
name: "pulp_cli_packages"
8888
- name: "Set up Python"

0 commit comments

Comments
 (0)