Compare commits

..

13 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
eggyhead 9c19ed7fe5 Merge branch 'main' into eggyhead/use-artifact-v2.1.6 2024-04-22 08:15:32 -07:00
Your Name 3d3ea8741e updating license 2024-04-22 08:13:41 -07:00
Your Name 89af5db821 updating artifact package v2.1.6 2024-04-22 08:12:12 -07:00
eggyhead b4aefff88e Merge pull request #323 from actions/eggyhead/update-artifact-v215
updating `@actions/artifact` dependency to v2.1.5 and `@actions/core` to v1.0.1
2024-04-17 14:59:43 -07:00
eggyhead 8caf195ad4 package lock update 2024-04-17 20:50:58 +00:00
eggyhead d7a2ec411d updating package version 2024-04-17 20:38:32 +00:00
eggyhead e56a1d48ef updating core dependency 2024-04-17 17:01:10 +00:00
Your Name 1fcda58b3a updating core license 2024-04-17 09:28:24 -07:00
eggyhead 325a10d8b7 updating actions dependency to v2.1.5 2024-04-17 16:21:00 +00:00
4 changed files with 7700 additions and 7401 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
name: "@actions/artifact"
version: 2.1.5
version: 2.1.7
type: npm
summary: Actions artifact lib
homepage: https://github.com/actions/toolkit/tree/main/packages/artifact
+5072 -4944
View File
File diff suppressed because it is too large Load Diff
+2624 -2453
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "download-artifact",
"version": "4.1.4",
"version": "4.1.7",
"description": "Download an Actions Artifact from a workflow run",
"main": "dist/index.js",
"scripts": {
@@ -28,8 +28,8 @@
},
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"@actions/artifact": "^2.1.5",
"@actions/core": "^1.10.0",
"@actions/artifact": "^2.1.6",
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"minimatch": "^9.0.3"
},