Skip to content

Commit

Permalink
Merge pull request #70 from JohT/renovate/actions-upload-artifact-3.x
Browse files Browse the repository at this point in the history
Update actions/upload-artifact action to v3
  • Loading branch information
JohT authored Mar 31, 2022
2 parents 44db425 + ee3a542 commit 662090d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

# Upload the native image agent results in case they are needed for troubleshooting for a couple of days
- name: Archive native image agent results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: native-image-agent-results-${{ matrix.java }}
path: showcase-quarkus-eventsourcing/${{ env.native-image-agent-results-directory }}
Expand Down

0 comments on commit 662090d

Please sign in to comment.