Skip to content

Commit

Permalink
Merge pull request #57 from muedsa/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/actions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4 in /.github/workflows
  • Loading branch information
muedsa authored Dec 18, 2023
2 parents c2a4cec + 8e5210e commit c4d3c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
arguments: buildPlugin --scan
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
path: build/distributions

0 comments on commit c4d3c25

Please sign in to comment.