Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4 (#681)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4)

---
updated-dependencies:
- dependency-name: actions/download-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 Jan 5, 2024
1 parent d25aec4 commit c26f9f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
run: git pull origin main

# 1. Download the artifacts
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

# 2. Publish the extension to VS Code Marketplace
- name: Publish to VS Code Marketplace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
run: git pull origin preview

# 1. Download the artifacts
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

# 2. Publish the extension to VS Code Marketplace
- name: Publish to VS Code Marketplace
Expand Down

0 comments on commit c26f9f4

Please sign in to comment.