Skip to content

Commit d0c882d

Browse files
dependabot[bot]ggainey
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 75b8ae7 commit d0c882d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@v4"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
${{ runner.os }}-pip-
3535
3636
- name: "Download wheels"
37-
uses: "actions/download-artifact@v4"
37+
uses: "actions/download-artifact@v5"
3838
with:
3939
name: "pulp_cli_packages"
4040
- name: "Set up Python"

0 commit comments

Comments
 (0)