Skip to content

Commit 4ed9f4b

Browse files
chore(deps): 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 e26dee0 commit 4ed9f4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
python: "3.8"
7272
steps:
7373
- name: ⬇ Download build result
74-
uses: actions/download-artifact@v4
74+
uses: actions/download-artifact@v5
7575
with:
7676
name: dist
7777
path: dist
@@ -100,7 +100,7 @@ jobs:
100100
url: https://test.pypi.org/p/OctoPrint-FileCheck
101101
steps:
102102
- name: ⬇ Download build result
103-
uses: actions/download-artifact@v4
103+
uses: actions/download-artifact@v5
104104
with:
105105
name: dist
106106
path: dist
@@ -125,7 +125,7 @@ jobs:
125125
url: https://pypi.org/p/OctoPrint-FileCheck
126126
steps:
127127
- name: ⬇ Download build result
128-
uses: actions/download-artifact@v4
128+
uses: actions/download-artifact@v5
129129
with:
130130
name: dist
131131
path: dist

0 commit comments

Comments
 (0)