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 Dec 18, 2023
1 parent 58b3817 commit edcf43f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Download MSI artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Subsearch-${{ needs.variables.outputs.new_tags }}-win64.msi
path: .
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
ref: main

- name: Download MSI artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Subsearch-${{ needs.variables.outputs.new_tags }}-win64.msi
path: .
Expand Down Expand Up @@ -213,13 +213,13 @@ jobs:
git_config_global: true

- name: Download changelog artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: changelog-${{ needs.variables.outputs.new_tags }}.md
path: .

- name: Download MSI artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Subsearch-${{ needs.variables.outputs.new_tags }}-win64.msi
path: .
Expand Down

0 comments on commit edcf43f

Please sign in to comment.