Compare commits

..

1 Commits

Author SHA1 Message Date
Francesco Renzi cbed621e49 Upgrade @actions/core to 1.10.0 for v2 (#210)
Code scanning - action / CodeQL-Build (push) Failing after 3s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (ubuntu-latest) (push) Failing after 2s
Test / Build (windows-latest) (push) Has been cancelled
* Upgrade @actions/core to 1.10.0

* update dist/index.js
2023-03-08 16:06:44 -05:00
6 changed files with 2098 additions and 3209 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
name: "@actions/artifact"
version: 1.0.0
version: 0.6.0
type: npm
summary: Actions artifact lib
homepage: https://github.com/actions/toolkit/tree/main/packages/artifact
-2
View File
@@ -1,7 +1,5 @@
# Download-Artifact v2
this is a test
This downloads artifacts from your build
See also [upload-artifact](https://github.com/actions/upload-artifact).
+2 -2
View File
@@ -9,5 +9,5 @@ inputs:
description: 'Destination path'
required: false
runs:
using: 'node16'
main: 'dist/index.js'
using: 'node12'
main: 'dist/index.js'
+2065 -36
View File
File diff suppressed because it is too large Load Diff
+28 -3166
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -28,8 +28,8 @@
},
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"@actions/artifact": "^1.0.0",
"@actions/core": "^1.2.6"
"@actions/artifact": "^0.6.0",
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@types/node": "^12.12.6",