Skip to content

Commit

Permalink
Merge pull request #5 from jcgraybill/dependabot/github_actions/dot-g…
Browse files Browse the repository at this point in the history
…ithub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
jcgraybill authored Sep 28, 2024
2 parents ecd2e27 + cad485a commit 630e199
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 630e199

Please sign in to comment.