Skip to content

Commit

Permalink
Merge pull request #730 from christianhelle/renovate/actions-download…
Browse files Browse the repository at this point in the history
…-artifact-4.x
  • Loading branch information
christianhelle authored Dec 14, 2023
2 parents 4b2bc31 + 13103a9 commit 65e5d42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
release_name: v${{ env.VERSION }}
draft: true
prerelease: false
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: artifacts
- name: Upload VSIX asset
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
repository: christianhelle/vsmac-extensions-repo
ref: 'main'
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: artifacts
- name: Move artifact to stable folder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vsmac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
ref: 'main'
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down

0 comments on commit 65e5d42

Please sign in to comment.