Compare commits

...
2 Commits
Author SHA1 Message Date
Bethany c850b930e6 Merge pull request #307 from bethanyj28/main
Update @actions/artifact
2024-03-01 13:27:40 -05:00
bethanyj28 6fd111f15a update @actions/artifact 2024-03-01 13:20:31 -05:00
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
--- ---
name: "@actions/artifact" name: "@actions/artifact"
version: 2.1.3 version: 2.1.4
type: npm type: npm
summary: Actions artifact lib summary: Actions artifact lib
homepage: https://github.com/actions/toolkit/tree/main/packages/artifact homepage: https://github.com/actions/toolkit/tree/main/packages/artifact
+2 -2
View File
File diff suppressed because one or more lines are too long
+8 -8
View File
@@ -1,12 +1,12 @@
{ {
"name": "download-artifact", "name": "download-artifact",
"version": "4.0.1", "version": "4.1.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "download-artifact", "name": "download-artifact",
"version": "4.0.1", "version": "4.1.4",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/artifact": "^2.1.1", "@actions/artifact": "^2.1.1",
@@ -36,9 +36,9 @@
} }
}, },
"node_modules/@actions/artifact": { "node_modules/@actions/artifact": {
"version": "2.1.3", "version": "2.1.4",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.3.tgz", "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.4.tgz",
"integrity": "sha512-ovuxwbMn0aX8zeQ2ORiZZ0KQYhWwW4NuTCBie530rvxUqaq/83XpqWl1/tHONJuVkck46lfShxjfxhLywTKwyg==", "integrity": "sha512-nKgNduFA02drKt4rFqXsF6PjWmfKdxZDuWWdenoI1bBzgys3y8O7kw4gAS+gvLOT3EfsyV+mwTIisuXBjwQ3RA==",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@actions/github": "^5.1.1", "@actions/github": "^5.1.1",
@@ -5862,9 +5862,9 @@
"dev": true "dev": true
}, },
"@actions/artifact": { "@actions/artifact": {
"version": "2.1.3", "version": "2.1.4",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.3.tgz", "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.4.tgz",
"integrity": "sha512-ovuxwbMn0aX8zeQ2ORiZZ0KQYhWwW4NuTCBie530rvxUqaq/83XpqWl1/tHONJuVkck46lfShxjfxhLywTKwyg==", "integrity": "sha512-nKgNduFA02drKt4rFqXsF6PjWmfKdxZDuWWdenoI1bBzgys3y8O7kw4gAS+gvLOT3EfsyV+mwTIisuXBjwQ3RA==",
"requires": { "requires": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@actions/github": "^5.1.1", "@actions/github": "^5.1.1",
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "download-artifact", "name": "download-artifact",
"version": "4.0.1", "version": "4.1.4",
"description": "Download an Actions Artifact from a workflow run", "description": "Download an Actions Artifact from a workflow run",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
@@ -44,4 +44,4 @@
"prettier": "^3.1.1", "prettier": "^3.1.1",
"typescript": "^5.3.3" "typescript": "^5.3.3"
} }
} }