Skip to content

Commit

Permalink
Merge pull request #148 from Summer2023SHY/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-artifact-4.2.0
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
2 parents 3aea219 + 09b3933 commit 08ab6cf
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.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: JDec-JAR
path: jdec-assembly/target/*.jar
Expand Down

0 comments on commit 08ab6cf

Please sign in to comment.