Skip to content

Commit 9cc9268

Browse files
authored
Merge pull request #2539 from espruino/dependabot/github_actions/actions/upload-artifact-4.3.6
Bump actions/upload-artifact from 4.3.5 to 4.3.6
2 parents 5f3f678 + b8470ff commit 9cc9268

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
make
5858
./scripts/ci_upload.sh
5959
- name: Upload ${{ matrix.board }} build artifact
60-
uses: actions/[email protected].5
60+
uses: actions/[email protected].6
6161
with:
6262
name: ${{ matrix.board }}
6363
path: |
@@ -93,7 +93,7 @@ jobs:
9393
make
9494
./scripts/ci_upload.sh
9595
- name: Upload ${{ matrix.board }} build artifact
96-
uses: actions/[email protected].5
96+
uses: actions/[email protected].6
9797
with:
9898
name: ${{ matrix.board }}
9999
path: |
@@ -128,7 +128,7 @@ jobs:
128128
make
129129
./scripts/ci_upload.sh
130130
- name: Upload ${{ matrix.board }} build artifact
131-
uses: actions/[email protected].5
131+
uses: actions/[email protected].6
132132
with:
133133
name: ${{ matrix.board }}
134134
path: |
@@ -162,7 +162,7 @@ jobs:
162162
make
163163
./scripts/ci_upload.sh
164164
- name: Upload ${{ matrix.board }} build artifact
165-
uses: actions/[email protected].5
165+
uses: actions/[email protected].6
166166
with:
167167
name: ${{ matrix.board }}
168168
path: |

0 commit comments

Comments
 (0)