Skip to content

Commit

Permalink
Merge pull request #6 from TEIC/dependabot/github_actions/actions/upl…
Browse files Browse the repository at this point in the history
…oad-artifact-4

Bump actions/upload-artifact from 2 to 4
  • Loading branch information
peterstadler authored Nov 8, 2024
2 parents c6de178 + 28545ac commit b2f03f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B package --file pom.xml
- name: Upload Maven build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ege-framework-0.4.jar
path: /home/runner/work/ege-framework/ege-framework/target/ege-framework-0.4.jar

0 comments on commit b2f03f0

Please sign in to comment.