BoilerWorks

chore(deps): bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>

noreply 2026-03-30 20:24 trunk
Commit 145636731e7352bc315bdf0a2ad142173efcb1ac383a7d963d53c51825d5d705
--- .github/workflows/publish.yml
+++ .github/workflows/publish.yml
@@ -24,10 +24,10 @@
2424
runs-on: ubuntu-latest
2525
environment: release
2626
permissions:
2727
id-token: write
2828
steps:
29
- - uses: actions/download-artifact@v4
29
+ - uses: actions/download-artifact@v8
3030
with:
3131
name: dist
3232
path: dist/
3333
- uses: pypa/gh-action-pypi-publish@release/v1
3434
--- .github/workflows/publish.yml
+++ .github/workflows/publish.yml
@@ -24,10 +24,10 @@
24 runs-on: ubuntu-latest
25 environment: release
26 permissions:
27 id-token: write
28 steps:
29 - uses: actions/download-artifact@v4
30 with:
31 name: dist
32 path: dist/
33 - uses: pypa/gh-action-pypi-publish@release/v1
34
--- .github/workflows/publish.yml
+++ .github/workflows/publish.yml
@@ -24,10 +24,10 @@
24 runs-on: ubuntu-latest
25 environment: release
26 permissions:
27 id-token: write
28 steps:
29 - uses: actions/download-artifact@v8
30 with:
31 name: dist
32 path: dist/
33 - uses: pypa/gh-action-pypi-publish@release/v1
34

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button