Skip to content

Commit

Permalink
Merge pull request #603 from Griefed/dependabot-github_actions-develo…
Browse files Browse the repository at this point in the history
…p-actions-upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
Griefed authored Nov 5, 2024
2 parents b46d2c2 + ab0d5f2 commit cafbc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
- name: Build documentation
run: ./gradlew :serverpackcreator-api:dokkaHtml -Pversion="${{ needs.preparations.outputs.version }}" --full-stacktrace --info -x test

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: serverpackcreator-api/build/dokka/
Expand Down

0 comments on commit cafbc1c

Please sign in to comment.