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] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent a8ad84b commit 18a90aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
BUILD_NAME: ${{ needs.Build.outputs.BUILD_NAME }}
steps:
- name: Download all artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Extract release notes
id: extract_release_notes
shell: pwsh
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
fetch-depth: 0
path: site
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs
- name: Publish site
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
PSGALLERY_KEY: ${{ secrets.API_KEY }}
steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: portable
- name: Publish artifact
Expand All @@ -226,7 +226,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nuget
- name: Install Nuget 5.x
Expand All @@ -248,7 +248,7 @@ jobs:
CHOCO_KEY: ${{ secrets.API_KEY }}
steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: chocolatey
- name: Install Chocolatey
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
git fetch upstream
git checkout -b "TfsCmdlets_$BUILD_NAME"
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: winget
path: winget-pkgs
Expand Down

0 comments on commit 18a90aa

Please sign in to comment.