1
0
Fork 0
toolkit/packages/artifact
Vallie Joseph 2461056696
Audit Fix (#1480)
* fixing audit failures

* replacing lerna bootstrap with npm command

* audit fix for cache and tool-cache

* updating tunnel

* upgrading core packages

* re-adding tunnel as prod dep

* updating dependencies

* updating exec deps

* updating exec io package

* .

* Revert

* updating packages

* adding core as dep

* updating learna config

* updating lerna commands

* Removing audit failing packages in cache + tool-cache

* updating contribution bootstrap description

* updating libraries

* prettier lint

* hiding stricter rules

* updating prettier command

* Removing unknown flag

* Adding eslint prettier

* ignoring sym links

* updating ignore path

* updating prettier rules

* changing prettier + github ver

* updating ts and ignores

* Revert ts

* Adding unknown ignores

* downgrading lerna

* .

* adding nx

* Adding lint auto lint rules

* updating eslint ignore for glob packages

* Adding subdirs to ignore

* adding flag for ignore pattern in linter

* Expanding ignore regex

* Adding ignore rules

* adding another ignore pattern to tsconfig eslint

* adding ignore pattern to eslintrc

* syncing package-json

* updating traverse

* .

* test adding core and http client to base package

* running npm ci

* adding tsconfig paths

* adding base URL

* Adding explicit path to core and http-client

* editing tsc call

* updating artifact packages

* force build

* updating lock file version

* updating lock file version

* upgrading node version

* Adding babel traverse back

* fixing build issue

* fixing typescript ver

* updating package json

* Adding ignore for artifact test

* adding ignore to flags

* unlink after test completes

* cleanup

* merge + package edit
2023-08-03 16:36:11 -04:00
..
docs [Artifacts] Prepare for v2.0.0 of @actions/artifact (#1479) 2023-08-03 13:34:41 -04:00
src [Artifacts] Prepare for v2.0.0 of @actions/artifact (#1479) 2023-08-03 13:34:41 -04:00
CONTRIBUTIONS.md zeit renamed to vercel 2020-08-21 07:32:09 -04:00
LICENSE.md Add License.md to all npm packages (#548) 2020-08-25 16:26:50 -04:00
README.md [Artifacts] Prepare for v2.0.0 of @actions/artifact (#1479) 2023-08-03 13:34:41 -04:00
RELEASES.md Release notes for 1.1.1 2023-01-03 15:19:16 +01:00
package-lock.json Audit Fix (#1480) 2023-08-03 16:36:11 -04:00
package.json Audit Fix (#1480) 2023-08-03 16:36:11 -04:00
tsconfig.json Audit Fix (#1480) 2023-08-03 16:36:11 -04:00

README.md

@actions/artifact

Usage

You can use this package to interact with the Actions artifacts.

This most recently published version of this package (1.1.1) can be found here

🚧 Under construction 🚧

This package is currently undergoing a major overhaul in preparation for v4 versions of upload-artifact and download-artifact (these Actions will use a new 2.0.0 version of @actions/artifact that will soon be released). The upcoming version of @actions/artifact will take advantage of a major re-architecture with entirely new APIs.

The upcoming 2.0.0 package and v4 artifact Actions aim to solve some of the major pain-points that have made artifact usage difficult up until now.