Skip to content

Commit 060b258

Browse files
dependabot[bot]MartinHjelmarejoostlek
authored
Bump actions/upload-artifact from 5.0.0 to 6.0.0 (home-assistant#159066)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Hjelmare <[email protected]> Co-authored-by: Joost Lekkerkerker <[email protected]>
1 parent 8eb3e63 commit 060b258

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: find ./homeassistant/components/*/translations -name "*.json" | tar zcvf translations.tar.gz -T -
7171

7272
- name: Upload translations
73-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
73+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7474
with:
7575
name: translations
7676
path: translations.tar.gz

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ jobs:
534534
python --version
535535
uv pip freeze >> pip_freeze.txt
536536
- name: Upload pip_freeze artifact
537-
uses: &actions-upload-artifact actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
537+
uses: &actions-upload-artifact actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
538538
with:
539539
name: pip-freeze-${{ matrix.python-version }}
540540
path: pip_freeze.txt

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
) > .env_file
7575
7676
- name: Upload env_file
77-
uses: &actions-upload-artifact actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
77+
uses: &actions-upload-artifact actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7878
with:
7979
name: env_file
8080
path: ./.env_file

0 commit comments

Comments
 (0)