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]>
Commit
145636731e7352bc315bdf0a2ad142173efcb1ac383a7d963d53c51825d5d705
Parent
bc2e999eb135bd8…
1 file changed
+1
-1
+1
-1
| --- .github/workflows/publish.yml | ||
| +++ .github/workflows/publish.yml | ||
| @@ -24,10 +24,10 @@ | ||
| 24 | 24 | runs-on: ubuntu-latest |
| 25 | 25 | environment: release |
| 26 | 26 | permissions: |
| 27 | 27 | id-token: write |
| 28 | 28 | steps: |
| 29 | - - uses: actions/download-artifact@v4 | |
| 29 | + - uses: actions/download-artifact@v8 | |
| 30 | 30 | with: |
| 31 | 31 | name: dist |
| 32 | 32 | path: dist/ |
| 33 | 33 | - uses: pypa/gh-action-pypi-publish@release/v1 |
| 34 | 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@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 |