Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
chore(deps): bump actions/download-artifact 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 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 1fc1478 commit d570a55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/electron_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,25 +272,25 @@ jobs:
prerelease: ${{ github.ref != 'refs/heads/main' }}

- name: Download artifacts (Windows)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: fsolauncher-win32
path: release

- name: Download artifacts (macOS)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: fsolauncher-darwin
path: release

- name: Download artifacts (Debian)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: fsolauncher-debian
path: release

- name: Download launcher extras
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: fsolauncher-extras
path: release
Expand Down

0 comments on commit d570a55

Please sign in to comment.