Skip to content

Commit 3ad1be5

Browse files
Bump actions/upload-artifact from 4.3.2 to 4.3.3 (home-assistant#20658)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8aadfe7 commit 3ad1be5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
env:
9090
IS_TEST: "true"
9191
- name: Upload bundle stats
92-
uses: actions/[email protected].2
92+
uses: actions/[email protected].3
9393
with:
9494
name: frontend-bundle-stats
9595
path: build/stats/*.json
@@ -113,7 +113,7 @@ jobs:
113113
env:
114114
IS_TEST: "true"
115115
- name: Upload bundle stats
116-
uses: actions/[email protected].2
116+
uses: actions/[email protected].3
117117
with:
118118
name: supervisor-bundle-stats
119119
path: build/stats/*.json

.github/workflows/nightly.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
run: tar -czvf translations.tar.gz translations
5858

5959
- name: Upload build artifacts
60-
uses: actions/[email protected].2
60+
uses: actions/[email protected].3
6161
with:
6262
name: wheels
6363
path: dist/home_assistant_frontend*.whl
6464
if-no-files-found: error
6565

6666
- name: Upload translations
67-
uses: actions/[email protected].2
67+
uses: actions/[email protected].3
6868
with:
6969
name: translations
7070
path: translations.tar.gz

0 commit comments

Comments
 (0)