Skip to content

Commit

Permalink
This is 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Feb 21, 2024
1 parent 9584314 commit cf8fc6f
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 272 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## [2.4.1] - 2024-02-21
- Update upx to 4.2.2

## [2.4.0] - 2024-02-21
- Update to node 20 and update all dependencies

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const glob = __importStar(__nccwpck_require__(8211));
const path = __importStar(__nccwpck_require__(1017));
function downloadUpx() {
return __awaiter(this, void 0, void 0, function* () {
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') {
yield exec.exec('curl', [
Expand Down
2 changes: 1 addition & 1 deletion lib/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const glob = __importStar(require("glob"));
const path = __importStar(require("path"));
function downloadUpx() {
return __awaiter(this, void 0, void 0, function* () {
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') {
yield exec.exec('curl', [
Expand Down
Loading

0 comments on commit cf8fc6f

Please sign in to comment.