Skip to content

Commit

Permalink
Merge pull request espruino#2277 from espruino/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/upload-artifact-3.1.1

Bump actions/upload-artifact from 3.1.0 to 3.1.1
  • Loading branch information
gfwilliams authored Oct 26, 2022
2 parents 5345b5f + 1d07f15 commit dec5abf
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 @@ -35,7 +35,7 @@ jobs:
make
./scripts/ci_upload.sh
- name: Upload ${{ matrix.board }} build artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: ${{ matrix.board }}
path: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
make
./scripts/ci_upload.sh
- name: Upload ${{ matrix.board }} build artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: ${{ matrix.board }}
path: |
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
make
./scripts/ci_upload.sh
- name: Upload ${{ matrix.board }} build artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: ${{ matrix.board }}
path: |
Expand Down

0 comments on commit dec5abf

Please sign in to comment.