Skip to content

Commit

Permalink
Bump actions/download-artifact from 1.0.0 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1.0.0 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v1.0.0...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent e36095d commit dbee364
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,25 +343,25 @@ jobs:
mkdir osx
- name: Download versioned build (windows)
uses: actions/download-artifact@v1.0.0
uses: actions/download-artifact@v4.1.7
with:
name: windows-versioned-build
path: versioned-publish

- name: Download versioned build (linux)
uses: actions/download-artifact@v1.0.0
uses: actions/download-artifact@v4.1.7
with:
name: linux-versioned-build
path: versioned-publish

- name: Download versioned build (osx)
uses: actions/download-artifact@v1.0.0
uses: actions/download-artifact@v4.1.7
with:
name: osx-versioned-build
path: versioned-publish

- name: Download nuget packages from previous stage
uses: actions/download-artifact@v1.0.0
uses: actions/download-artifact@v4.1.7
with:
name: nupkgs
path: nuget-publish
Expand Down

0 comments on commit dbee364

Please sign in to comment.