Skip to content

Commit

Permalink
Merge pull request #67 from rexlManu/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4.3.6

build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6
  • Loading branch information
rexlManu authored Aug 7, 2024
2 parents c938ea9 + 785199c commit cb96b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Upload a Build Artifact
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
path: build/libs/**.jar
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Upload a Build Artifact
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
path: build/libs/**.jar
- name: Generating Changelog
Expand Down

0 comments on commit cb96b3d

Please sign in to comment.