Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 2 to 3 (#215)
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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2022
1 parent 5380f7d commit b308964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
path: docs
key: ${{ github.sha }}-crust
- run: npm run dev-start -- -s ${{ secrets.CRUST_API_ENDPOINT }} ${{secrets.CRUST_API_TOKEN}}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: crust-logs
path: docs/pin.crustcode.com
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: crust-report
path: docs/pin.crustcode.com.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
path: docs
key: ${{ github.sha }}
- run: npm run dev-start -- -s ${{ inputs.API_ENDPOINT }} ${{ secrets.API_TOKEN }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: docs
path: docs
Expand Down

0 comments on commit b308964

Please sign in to comment.