Skip to content

Commit

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

build(deps): bump actions/upload-artifact from 3.1.0 to 4.3.3
  • Loading branch information
rexlManu authored May 8, 2024
2 parents a11919b + 08650da commit 7714515
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 @@ -23,6 +23,6 @@ jobs:
gradle-version: '8.1.1'
arguments: build
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v4.3.3
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 @@ -22,7 +22,7 @@ jobs:
gradle-version: '8.1.1'
arguments: build
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.3.3
with:
path: build/libs/**.jar
- name: Generating Changelog
Expand Down

0 comments on commit 7714515

Please sign in to comment.