Skip to content

Commit ef7dd08

Browse files
dependabot[bot]gutzbenj
authored andcommitted
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dfa48b8 commit ef7dd08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: uv build
4949

5050
- name: Upload wheel package
51-
uses: actions/upload-artifact@v5
51+
uses: actions/upload-artifact@v6
5252
with:
5353
name: ${{ runner.os }}-wheel-${{ github.sha }}
5454
path: dist/wetterdienst-*.whl

.github/workflows/frontend-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,15 @@ jobs:
213213

214214
- name: Upload test results
215215
if: always()
216-
uses: actions/upload-artifact@v4
216+
uses: actions/upload-artifact@v6
217217
with:
218218
name: playwright-report
219219
path: frontend/playwright-report/
220220
retention-days: 7
221221

222222
- name: Upload backend logs
223223
if: failure()
224-
uses: actions/upload-artifact@v4
224+
uses: actions/upload-artifact@v6
225225
with:
226226
name: backend-logs
227227
path: backend.log

0 commit comments

Comments
 (0)