Skip to content

Commit

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

Bump actions/upload-artifact from 4.0.0 to 4.1.0
  • Loading branch information
gfwilliams authored Jan 15, 2024
2 parents c1824f0 + 77b5314 commit 4da6aa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
make
./scripts/ci_upload.sh
- name: Upload ${{ matrix.board }} build artifact
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.1.0
with:
name: ${{ matrix.board }}
path: |
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
make
./scripts/ci_upload.sh
- name: Upload ${{ matrix.board }} build artifact
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.1.0
with:
name: ${{ matrix.board }}
path: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
make
./scripts/ci_upload.sh
- name: Upload ${{ matrix.board }} build artifact
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.1.0
with:
name: ${{ matrix.board }}
path: |
Expand Down

0 comments on commit 4da6aa8

Please sign in to comment.