Skip to content

Commit

Permalink
Merge pull request #660 from dgarijo/dependabot/github_actions/develo…
Browse files Browse the repository at this point in the history
…p/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
dgarijo authored Dec 21, 2023
2 parents 3003b49 + 87fe190 commit 0a39ee7
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 @@ -34,7 +34,7 @@ jobs:
FN=$(ls JAR/*.jar)
mv ${FN} ${FN/.jar/_JDK-${{ matrix.jdk }}.jar}
- name: Upload JAR
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: widoco_JDK-${{ matrix.jdk }}
path: JAR/*.jar
Expand Down

0 comments on commit 0a39ee7

Please sign in to comment.