Compare commits

...
Author SHA1 Message Date
Bethany 65a9edc588 Merge pull request #325 from bethanyj28/main
Update @actions/artifact dependency
2024-04-24 10:29:35 -04:00
bethanyj28 fdd1595981 licensed 2024-04-24 10:10:29 -04:00
bethanyj28 c13dba102f update @actions/artifact dependency 2024-04-24 10:05:20 -04:00
eggyhead 0daa75ebea Merge pull request #324 from actions/eggyhead/use-artifact-v2.1.6
updating artifact package v2.1.6
2024-04-22 08:57:57 -07:00
4 changed files with 14 additions and 58 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
name: "@actions/artifact"
version: 2.1.6
version: 2.1.7
type: npm
summary: Actions artifact lib
homepage: https://github.com/actions/toolkit/tree/main/packages/artifact
+4 -48
View File
File diff suppressed because one or more lines are too long
+8 -8
View File
@@ -1,12 +1,12 @@
{
"name": "download-artifact",
"version": "4.1.6",
"version": "4.1.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "download-artifact",
"version": "4.1.6",
"version": "4.1.7",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.1.6",
@@ -36,9 +36,9 @@
}
},
"node_modules/@actions/artifact": {
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.6.tgz",
"integrity": "sha512-IYdauOIXyCMsGaNlqiTkNHlPwWOmRiJTMLOlLZY/S8mnWbkxXprlks3aV2a4PHeDEHg4MVC6+2y8rtVnEG5uPA==",
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.7.tgz",
"integrity": "sha512-iIFsTPZnb182dBc+Is5v7ZqojC4ydO8Ru4/PD8Azg2diV//fdW3H6biEH/utUlNhwfOuHxZpC/QSQsU5KDEuuw==",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
@@ -6172,9 +6172,9 @@
"dev": true
},
"@actions/artifact": {
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.6.tgz",
"integrity": "sha512-IYdauOIXyCMsGaNlqiTkNHlPwWOmRiJTMLOlLZY/S8mnWbkxXprlks3aV2a4PHeDEHg4MVC6+2y8rtVnEG5uPA==",
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.7.tgz",
"integrity": "sha512-iIFsTPZnb182dBc+Is5v7ZqojC4ydO8Ru4/PD8Azg2diV//fdW3H6biEH/utUlNhwfOuHxZpC/QSQsU5KDEuuw==",
"requires": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "download-artifact",
"version": "4.1.6",
"version": "4.1.7",
"description": "Download an Actions Artifact from a workflow run",
"main": "dist/index.js",
"scripts": {