Skip to content

Commit

Permalink
Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflo…
Browse files Browse the repository at this point in the history
…ws (#17)

* Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows

Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 6.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v2...v6)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update build.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GrahamKracker <[email protected]>
  • Loading branch information
dependabot[bot] and GrahamKracker authored Dec 13, 2024
1 parent a9dfc53 commit cad6a88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Download Specific MelonLoader
if: env.MELONLOADER_BRANCH != ''
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: build.yml
Expand All @@ -57,7 +57,7 @@ jobs:
path: ${{ env.BLOONSTD6 }}

- name: Download PathsPlusPlus
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: build.yml
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:


- name: Download Specific Mod Helper
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
if: env.MOD_HELPER_BRANCH != ''
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:


- name: Upload Mod DLL
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROJECT_NAME }}.dll
path: ${{ env.BLOONSTD6 }}/Mods/${{ env.PROJECT_NAME }}.dll
Expand All @@ -132,4 +132,4 @@ jobs:
with:
files: ${{ env.BLOONSTD6 }}/Mods/${{ env.PROJECT_NAME }}.dll
body_path: ${{ env.PROJECT_NAME }}/LATEST.md
fail_on_unmatched_files: true
fail_on_unmatched_files: true

0 comments on commit cad6a88

Please sign in to comment.