Compare commits

...

3 Commits

Author SHA1 Message Date
1746f4ab65 Revert "updating to release 4.3.2"
This reverts commit 31685d04a0.

updating to release 4.3.2
2024-04-18 15:05:07 +00:00
31685d04a0 updating to release 4.3.2 2024-04-18 14:56:48 +00:00
18bf333cd2 Merge pull request #562 from actions/eggyhead/update-artifact-v215
updating `@actions/artifact` dependency to v2.1.5 and `@actions/core` to v1.0.1
2024-04-17 15:05:29 -07:00
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "upload-artifact",
"version": "4.3.1",
"version": "4.3.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "upload-artifact",
"version": "4.3.1",
"version": "4.3.2",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.1.5",

View File

@ -1,6 +1,6 @@
{
"name": "upload-artifact",
"version": "4.3.1",
"version": "4.3.2",
"description": "Upload an Actions Artifact in a workflow run",
"main": "dist/upload/index.js",
"scripts": {