Skip to content

Commit

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

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yufei Huang <yufeih@live.com>
  • Loading branch information
dependabot[bot] and yufeih authored Dec 18, 2023
1 parent 5cef000 commit 14253fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
path: docs/_site

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ failure() && matrix.os == 'ubuntu-latest' }}
with:
name: dump
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
- run: zip -r ../../bin/docfx-osx-x64-${GITHUB_REF_NAME}.zip .
working-directory: drop/publish/osx-x64

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: nuget
path: drop/nuget

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: bin
path: drop/bin
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
--azure-key-vault-client-id "${{ secrets.SIGN_KEY_VAULT_CLIENT_ID }}"
--azure-key-vault-client-secret "${{ secrets.SIGN_KEY_VAULT_CLIENT_SECRET }}"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: nuget-signed
path: drop/nuget
Expand Down

0 comments on commit 14253fc

Please sign in to comment.