mirror of
https://gitea.com/actions/upload-artifact.git
synced 2026-04-06 14:09:46 +00:00
Upgrade the module to ESM and bump dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import * as core from '@actions/core'
|
||||
import {Inputs} from './constants'
|
||||
import {MergeInputs} from './merge-inputs'
|
||||
import {Inputs} from './constants.js'
|
||||
import {MergeInputs} from './merge-inputs.js'
|
||||
|
||||
/**
|
||||
* Helper to get all the inputs for the action
|
||||
|
||||
Reference in New Issue
Block a user