Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...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]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent 213ad93 commit 050e8c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
git config --local user.name "GitHub Action"
# Download the .vsix artifacts
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- name: Tag the repository
id: tag
Expand Down Expand Up @@ -213,7 +213,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
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
git config --local user.name "GitHub Action"
# Download the .vsix artifacts
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- name: Tag the repository
id: tag
Expand Down Expand Up @@ -205,7 +205,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 050e8c9

Please sign in to comment.