Skip to content

Commit 802c02a

Browse files
build(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 b933572 commit 802c02a

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
@@ -52,7 +52,7 @@ jobs:
5252
octoprint: ["maintenance"] # add master once 1.11.0 has been released
5353
steps:
5454
- name: ⬇ Download build result
55-
uses: actions/download-artifact@v4
55+
uses: actions/download-artifact@v5
5656
with:
5757
name: dist
5858
path: dist
@@ -77,7 +77,7 @@ jobs:
7777
id-token: write
7878
steps:
7979
- name: ⬇ Download build result
80-
uses: actions/download-artifact@v4
80+
uses: actions/download-artifact@v5
8181
with:
8282
name: dist
8383
path: dist
@@ -98,7 +98,7 @@ jobs:
9898
id-token: write
9999
steps:
100100
- name: ⬇ Download build result
101-
uses: actions/download-artifact@v4
101+
uses: actions/download-artifact@v5
102102
with:
103103
name: dist
104104
path: dist

0 commit comments

Comments
 (0)