Skip to content

Commit

Permalink
build(deps): bump crazy-max/ghaction-upx from 2 to 3 (#43)
Browse files Browse the repository at this point in the history
Bumps [crazy-max/ghaction-upx](https://github.com/crazy-max/ghaction-upx) from 2 to 3.
- [Release notes](https://github.com/crazy-max/ghaction-upx/releases)
- [Commits](crazy-max/ghaction-upx@v2...v3)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-upx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent e504785 commit cc81d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: scala-cli package . -o "${{ matrix.local_path }}" --native-image -- -H:IncludeResources=version.txt --static
- name: Compress artifact
if: matrix.platforms == 'linux/amd64'
uses: crazy-max/ghaction-upx@v2
uses: crazy-max/ghaction-upx@v3
with:
args: --best
files: ${{ matrix.local_path }}
Expand Down

0 comments on commit cc81d65

Please sign in to comment.