PlanOpticon
Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Commit
e6e01d405d47a59c9de39ed2c01832bca4021f682673d168fa4462627a7bbcbf
Parent
f4e202a0bd035c4…
1 file changed
+1
-1
+1
-1
| --- .github/workflows/publish.yml | ||
| +++ .github/workflows/publish.yml | ||
| @@ -22,11 +22,11 @@ | ||
| 22 | 22 | |
| 23 | 23 | - name: Build package |
| 24 | 24 | run: python -m build |
| 25 | 25 | |
| 26 | 26 | - name: Upload artifacts |
| 27 | - uses: actions/upload-artifact@v6 | |
| 27 | + uses: actions/upload-artifact@v7 | |
| 28 | 28 | with: |
| 29 | 29 | name: dist |
| 30 | 30 | path: dist/ |
| 31 | 31 | |
| 32 | 32 | publish-pypi: |
| 33 | 33 |
| --- .github/workflows/publish.yml | |
| +++ .github/workflows/publish.yml | |
| @@ -22,11 +22,11 @@ | |
| 22 | |
| 23 | - name: Build package |
| 24 | run: python -m build |
| 25 | |
| 26 | - name: Upload artifacts |
| 27 | uses: actions/upload-artifact@v6 |
| 28 | with: |
| 29 | name: dist |
| 30 | path: dist/ |
| 31 | |
| 32 | publish-pypi: |
| 33 |
| --- .github/workflows/publish.yml | |
| +++ .github/workflows/publish.yml | |
| @@ -22,11 +22,11 @@ | |
| 22 | |
| 23 | - name: Build package |
| 24 | run: python -m build |
| 25 | |
| 26 | - name: Upload artifacts |
| 27 | uses: actions/upload-artifact@v7 |
| 28 | with: |
| 29 | name: dist |
| 30 | path: dist/ |
| 31 | |
| 32 | publish-pypi: |
| 33 |