Skip to content

Commit

Permalink
Merge pull request #47 from opekope2/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 4.1.4 to 4.1.7 in /.github/workflows
  • Loading branch information
opekope2 authored Sep 4, 2024
2 parents 98b0123 + c505e23 commit 3abb14d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Download Fabric jars
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
name: fabric-jars
path: dist/fabric
- name: Download NeoForge jars
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
name: neoforge-jars
path: dist/neoforge
- name: Download Forge jars
if: false
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
name: forge-jars
path: dist/forge
Expand Down Expand Up @@ -152,12 +152,12 @@ jobs:
git config user.email "[email protected]"
git config user.name "github-actions[bot]"
- name: Download Kotlin documentation
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
name: kdoc
path: docs/kdoc/${{ github.ref_name }}
- name: Download Java documentation
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
name: javadoc
path: docs/javadoc/${{ github.ref_name }}
Expand Down

0 comments on commit 3abb14d

Please sign in to comment.