Skip to content

Commit

Permalink
Bump upx to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Feb 21, 2024
1 parent 9e4bea3 commit 9584314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as glob from 'glob'
import * as path from 'path'

async function downloadUpx(): Promise<string> {
const upx_version = '4.0.2'
const upx_version = '4.2.2'
const tmpdir = fs.mkdtempSync(path.join(os.tmpdir(), 'upx-action-'))
if (os.type() == 'Linux') {
await exec.exec(
Expand Down

0 comments on commit 9584314

Please sign in to comment.