Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 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 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent ecd2e27 commit cad485a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download Windows binary
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: attraction-win
- name: Download Linux binary
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: attraction-lin
- name: Download Mac binary
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: attraction-mac
- name: Upload beta testing bundle
Expand All @@ -145,7 +145,7 @@ jobs:
needs: build-win
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: attraction-win
- uses: josephbmanley/butler-publish-itchio-action@master
Expand All @@ -163,7 +163,7 @@ jobs:
needs: build-mac
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: attraction-mac
- name: Extract tarball
Expand All @@ -184,7 +184,7 @@ jobs:
needs: build-lin
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: attraction-lin
- name: Extract tarball
Expand All @@ -205,7 +205,7 @@ jobs:
needs: build-web
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: attraction-web
- uses: josephbmanley/butler-publish-itchio-action@master
Expand Down

0 comments on commit cad485a

Please sign in to comment.