Skip to content

Commit

Permalink
Merge pull request #7 from xpdustry/renovate/major-github-artifact-ac…
Browse files Browse the repository at this point in the history
…tions

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
phinner authored Apr 2, 2024
2 parents dc6e0f0 + c9db69f commit 1c609c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: echo "ARTIFACT_PATH=$(./gradlew getArtifactPath -q)" >> $GITHUB_ENV

- name: Upload Artifact to Actions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: ${{ env.ARTIFACT_PATH }}
Expand Down

0 comments on commit 1c609c8

Please sign in to comment.