Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 2 to 3 (f4pga#2572)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 20, 2022
1 parent 68dcd89 commit f954e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Execute test script
run: stdbuf -i0 -o0 -e0 ./.github/ci/${{ matrix.test }}.sh

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
path: |
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Execute test script
run: stdbuf -i0 -o0 -e0 ./.github/ci/install.sh

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
path: |
Expand Down

0 comments on commit f954e5b

Please sign in to comment.