PlanOpticon
Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...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
4307bf56c6d117faa46edb9e03c83f9df753b8af2b9232b6c3f6ebb18edc3cfb
Parent
f4e202a0bd035c4…
1 file changed
+1
-1
+1
-1
| --- .github/workflows/publish.yml | ||
| +++ .github/workflows/publish.yml | ||
| @@ -33,11 +33,11 @@ | ||
| 33 | 33 | needs: build |
| 34 | 34 | runs-on: ubuntu-latest |
| 35 | 35 | environment: pypi |
| 36 | 36 | steps: |
| 37 | 37 | - name: Download artifacts |
| 38 | - uses: actions/download-artifact@v7 | |
| 38 | + uses: actions/download-artifact@v8 | |
| 39 | 39 | with: |
| 40 | 40 | name: dist |
| 41 | 41 | path: dist/ |
| 42 | 42 | |
| 43 | 43 | - name: Publish to PyPI |
| 44 | 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 |
| --- .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@v8 |
| 39 | with: |
| 40 | name: dist |
| 41 | path: dist/ |
| 42 | |
| 43 | - name: Publish to PyPI |
| 44 |