Skip to content

Commit

Permalink
Merge pull request #12 from music-rs/renovate/major-github-artifact-a…
Browse files Browse the repository at this point in the history
…ctions

chore(deps): update github artifact actions to v4 (major)
  • Loading branch information
JhonatanIT authored Nov 23, 2024
2 parents 0daa205 + 53e067a commit 0e8cfa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_music-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: mvn clean install

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: java-app
path: '${{ github.workspace }}/target/*.jar'
Expand All @@ -39,7 +39,7 @@ jobs:

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: java-app

Expand Down

0 comments on commit 0e8cfa1

Please sign in to comment.