PlanOpticon

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

noreply 2026-02-15 05:36 trunk
Commit f15d504f192a98008c8ffcf9f00855e4089ed630fff18ba0851785c36bc8e1cf
--- .github/workflows/publish.yml
+++ .github/workflows/publish.yml
@@ -33,11 +33,11 @@
3333
needs: build
3434
runs-on: ubuntu-latest
3535
environment: pypi
3636
steps:
3737
- name: Download artifacts
38
- uses: actions/download-artifact@v4
38
+ uses: actions/download-artifact@v7
3939
with:
4040
name: dist
4141
path: dist/
4242
4343
- name: Publish to PyPI
4444
--- .github/workflows/publish.yml
+++ .github/workflows/publish.yml
@@ -33,11 +33,11 @@
33 needs: build
34 runs-on: ubuntu-latest
35 environment: pypi
36 steps:
37 - name: Download artifacts
38 uses: actions/download-artifact@v4
39 with:
40 name: dist
41 path: dist/
42
43 - name: Publish to PyPI
44
--- .github/workflows/publish.yml
+++ .github/workflows/publish.yml
@@ -33,11 +33,11 @@
33 needs: build
34 runs-on: ubuntu-latest
35 environment: pypi
36 steps:
37 - name: Download artifacts
38 uses: actions/download-artifact@v7
39 with:
40 name: dist
41 path: dist/
42
43 - name: Publish to PyPI
44

Keyboard Shortcuts

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