Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 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 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...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 178fc01 commit 2dbd1c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:
needs: [ metadata, build ]
steps:
- name: Get Linux Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.metadata.outputs.project }}-Linux
path: artifacts/Linux
- name: Get macOS Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.metadata.outputs.project }}-macOS
path: artifacts/macOS
- name: Get Windows Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.metadata.outputs.project }}-Windows
path: artifacts/Windows
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
project: ${{ needs.metadata.outputs.project }}
steps:
- name: Get Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.metadata.outputs.project }}-${{ matrix.platform }}
path: ${{ matrix.runtime }}
Expand Down

0 comments on commit 2dbd1c1

Please sign in to comment.