Skip to content

Commit

Permalink
Update @actions/core in remaining toolkit packages (actions#636)
Browse files Browse the repository at this point in the history
* Update to latest @actions/core version

* Bump release notes for new versions

* Add correct pr #
  • Loading branch information
thboop committed Nov 13, 2020
1 parent e67e316 commit 8926094
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions RELEASES.md
Expand Up @@ -41,3 +41,8 @@
### 0.4.0

- Add option to specify custom retentions on artifacts

### 0.4.1

- Update to latest @actions/core version

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/artifact",
"version": "0.4.0",
"version": "0.4.1",
"preview": true,
"description": "Actions artifact lib",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.2.1",
"@actions/core": "^1.2.6",
"@actions/http-client": "^1.0.7",
"@types/tmp": "^0.1.0",
"tmp": "^0.1.0",
Expand Down

0 comments on commit 8926094

Please sign in to comment.