Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3.1.0 to 3.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2022
1 parent 5345b5f commit 1d07f15
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 1d07f15

Please sign in to comment.