Skip to content

Commit

Permalink
Merge pull request #11 from krafs/dependabot/github_actions/dot-githu…
Browse files Browse the repository at this point in the history
…b/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
krafs authored Sep 4, 2024
2 parents b7a2674 + e06dc0e commit a1e1e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: mkdir -p ${{ env.MOD_PATH }}

- name: Download Mod Artifacts from Build Step
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build
path: ${{ env.MOD_PATH }}
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Download Mod Artifacts from Build Step
id: download_zip
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.MOD_NAME }}

Expand Down

0 comments on commit a1e1e5c

Please sign in to comment.