Merge pull request #500 from TerraFirmaGreg-Team/dependabot/github_actions/actions/download-artifact-4.1.8
Bump actions/download-artifact from 4.1.7 to 4.1.8
This commit is contained in:
commit
ec39df363d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -173,12 +173,12 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Download cf modpack
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
uses: actions/download-artifact@v4.1.8
|
||||
with:
|
||||
name: ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-curseforge
|
||||
|
||||
- name: Download serverpack
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
uses: actions/download-artifact@v4.1.8
|
||||
with:
|
||||
name: ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-server
|
||||
|
||||
|
|
@ -254,7 +254,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download modpack
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
uses: actions/download-artifact@v4.1.8
|
||||
with:
|
||||
merge-multiple: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue