BoilerWorks
chore(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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
3b742743e58f03c799d289d7dcf36548b7f1d9847aa7d232855efa7834411206
Parent
bc2e999eb135bd8…
1 file changed
+1
-1
+1
-1
| --- .github/workflows/publish.yml | ||
| +++ .github/workflows/publish.yml | ||
| @@ -12,11 +12,11 @@ | ||
| 12 | 12 | - uses: actions/checkout@v4 |
| 13 | 13 | - uses: astral-sh/setup-uv@v5 |
| 14 | 14 | with: |
| 15 | 15 | python-version: "3.12" |
| 16 | 16 | - run: uv build |
| 17 | - - uses: actions/upload-artifact@v4 | |
| 17 | + - uses: actions/upload-artifact@v7 | |
| 18 | 18 | with: |
| 19 | 19 | name: dist |
| 20 | 20 | path: dist/ |
| 21 | 21 | |
| 22 | 22 | publish: |
| 23 | 23 |
| --- .github/workflows/publish.yml | |
| +++ .github/workflows/publish.yml | |
| @@ -12,11 +12,11 @@ | |
| 12 | - uses: actions/checkout@v4 |
| 13 | - uses: astral-sh/setup-uv@v5 |
| 14 | with: |
| 15 | python-version: "3.12" |
| 16 | - run: uv build |
| 17 | - uses: actions/upload-artifact@v4 |
| 18 | with: |
| 19 | name: dist |
| 20 | path: dist/ |
| 21 | |
| 22 | publish: |
| 23 |
| --- .github/workflows/publish.yml | |
| +++ .github/workflows/publish.yml | |
| @@ -12,11 +12,11 @@ | |
| 12 | - uses: actions/checkout@v4 |
| 13 | - uses: astral-sh/setup-uv@v5 |
| 14 | with: |
| 15 | python-version: "3.12" |
| 16 | - run: uv build |
| 17 | - uses: actions/upload-artifact@v7 |
| 18 | with: |
| 19 | name: dist |
| 20 | path: dist/ |
| 21 | |
| 22 | publish: |
| 23 |