Skip to content

Commit

Permalink
Merge pull request #2539 from espruino/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4.3.6

Bump actions/upload-artifact from 4.3.5 to 4.3.6
  • Loading branch information
gfwilliams authored Aug 12, 2024
2 parents 5f3f678 + b8470ff commit 9cc9268
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
make
./scripts/ci_upload.sh
- name: Upload ${{ matrix.board }} build artifact
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
name: ${{ matrix.board }}
path: |
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
make
./scripts/ci_upload.sh
- name: Upload ${{ matrix.board }} build artifact
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
name: ${{ matrix.board }}
path: |
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
make
./scripts/ci_upload.sh
- name: Upload ${{ matrix.board }} build artifact
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
name: ${{ matrix.board }}
path: |
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
make
./scripts/ci_upload.sh
- name: Upload ${{ matrix.board }} build artifact
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
name: ${{ matrix.board }}
path: |
Expand Down

0 comments on commit 9cc9268

Please sign in to comment.