Skip to content

Commit

Permalink
Merge pull request #147 from Summer2023SHY/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-artifact-4.1.0
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
2 parents 2a845dc + 700d12a commit b09ab7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Upload JAR file
# if: false
if: startsWith(github.ref, 'refs/tags/v')
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.1.0
with:
name: JDec-JAR
path: jdec-assembly/target/*.jar
Expand Down

0 comments on commit b09ab7a

Please sign in to comment.