1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact synced 2025-07-15 14:33:53 +02:00

Fixing the dependencies

This commit is contained in:
Austin Sasko 2022-03-18 14:39:53 -04:00
parent add8274a4f
commit a575628cbd
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "3.0.0", "version": "3.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/artifact": "https://gitpkg.now.sh/austinsasko/toolkit/packages/artifact/?3568fd49574b161000abd911a337ccb3e0fa75cc", "@actions/artifact": "https://gitpkg.now.sh/austinsasko/toolkit/packages/artifact?main",
"@actions/core": "^1.2.6" "@actions/core": "^1.2.6"
}, },
"devDependencies": { "devDependencies": {
@ -25,7 +25,9 @@
}, },
"node_modules/@actions/artifact": { "node_modules/@actions/artifact": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://gitpkg.now.sh/austinsasko/toolkit/packages/artifact/?3568fd49574b161000abd911a337ccb3e0fa75cc", "resolved": "https://gitpkg.now.sh/austinsasko/toolkit/packages/artifact?main",
"integrity": "sha512-nNWv9ShyUv2p21l3mm41/4NEJVQPmcdXsL+ehC11llHnaNVjBdP9w6KDA0R3lkVnPFmWzWk2yuzcuM6QcNakUw==",
"license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"@actions/http-client": "^1.0.11", "@actions/http-client": "^1.0.11",
@ -3159,9 +3161,8 @@
}, },
"dependencies": { "dependencies": {
"@actions/artifact": { "@actions/artifact": {
"version": "1.0.0", "version": "https://gitpkg.now.sh/austinsasko/toolkit/packages/artifact?main",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-1.0.0.tgz", "integrity": "sha512-nNWv9ShyUv2p21l3mm41/4NEJVQPmcdXsL+ehC11llHnaNVjBdP9w6KDA0R3lkVnPFmWzWk2yuzcuM6QcNakUw==",
"integrity": "sha512-oje+cCiM2maVwoiN+LT9kh2C6UqiTcS1tDKins+nRfckX+C8JJD2kAmzpD5fn/p5Dibjrqk1mtwreAzgNxHrDg==",
"requires": { "requires": {
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"@actions/http-client": "^1.0.11", "@actions/http-client": "^1.0.11",

View file

@ -29,7 +29,7 @@
}, },
"homepage": "https://github.com/actions/download-artifact#readme", "homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": { "dependencies": {
"@actions/artifact": "https://gitpkg.now.sh/austinsasko/toolkit/packages/artifact/?3568fd49574b161000abd911a337ccb3e0fa75cc", "@actions/artifact": "https://gitpkg.now.sh/austinsasko/toolkit/packages/artifact?main",
"@actions/core": "^1.2.6" "@actions/core": "^1.2.6"
}, },
"devDependencies": { "devDependencies": {