Skip to content

Commit

Permalink
update upload_artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Oct 17, 2024
1 parent d8f9038 commit caf3cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "version=${version}" >> "${GITHUB_OUTPUT}"
- name: Upload resulting jar file
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: firebolt.metabase-driver-${{steps.get-version.outputs.version}}.jar
path: target/uberjar/firebolt.metabase-driver-${{steps.get-version.outputs.version}}.jar

0 comments on commit caf3cea

Please sign in to comment.