Upgrade the module to ESM and bump dependencies

This commit is contained in:
Daniel Kennedy
2026-02-25 12:57:27 -05:00
parent 47309c993a
commit f119f587c2
19 changed files with 2811 additions and 2234 deletions

View File

@@ -1,5 +1,5 @@
import * as core from '@actions/core'
import {run} from './merge-artifacts'
import {run} from './merge-artifacts.js'
run().catch(error => {
core.setFailed((error as Error).message)