Commit Graph
37 Commits
Author SHA1 Message Date
Konrad PabjanandGitHub 73d8b66ede Support artifact-url output (#496)
* Support artifact-url output

* update dist/index.js

* Update license

* Simplify output

* Update README
2024-01-10 12:31:08 -05:00
aa5cae10db Add artifact-id output to v4-beta (#448)
* Add artifact-id to outputs

* ncc

---------

Co-authored-by: Rob Herley <robherley@github.com>
2023-10-26 12:05:31 -04:00
Konrad PabjanandGitHub 013d2b89ba Create devcontainer for codespaces + update all dev dependencies (#375)
* Create devcontainer for codespaces

* Use node 16 for devcontainer and CI

* Fix node version incompatibility error

* Remove caching

* Add npm build to check-dist

* Remove new caching

* use npm install

* Test node 14

* Update check dist with node 16

* Use node 18.x for check-dist

* Npm install vs CI

* Update package.json scripts

* test

* Remove caching

* npm run test

* testing

* test

* test

* One more test

* Test

* test

* Update everything

* use vercel

* Test

* Update index.js

* Test

* Remove codeql warnings

* Use NPM CI vs install

* Small tweaks to existing workflows
2023-01-05 16:27:11 -05:00
Konrad PabjanandGitHub 055b8b3f04 Bump Actions NPM dependencies (#374) 2023-01-04 13:55:10 -05:00
Konrad PabjanandGitHub 83fd05a356 Bump actions-core to v1.10.0 (#356) 2022-10-21 15:17:17 -04:00
Konrad PabjanandGitHub 87348cee5f Add 503 warning when uploading to the same artifact 2022-01-20 15:26:28 +01:00
Konrad PabjanandGitHub 82c141cc51 Bump @actions/artifact to version 0.6.1 (#286) 2021-12-15 09:47:54 -05:00
Konrad PabjanandGitHub da838ae959 Bump @actions/artifact to version 0.6.0 (#280) 2021-12-07 11:45:04 -05:00
Konrad PabjanandGitHub 5f375cca4b Document how to correctly use environment variables for path input (#274)
* Update README.md

* Update README.md
2021-12-06 16:35:35 -05:00
Konrad PabjanandGitHub a009a66585 Create release-new-action-version.yml (#277) 2021-12-02 10:29:09 -05:00
Konrad PabjanandGitHub ee69f02b3d Bump @actions/artifact to version 0.5.1 (#189)
* Bump @actions/artifact to version 0.5.1

* Update license versions
2021-04-06 16:47:26 -04:00
Konrad PabjanandGitHub a4f98af3fa Update README.md 2021-01-07 18:56:21 +01:00
Konrad PabjanandGitHub 16b8b2b2e7 Update where does the upload go section (#162) 2021-01-05 16:00:51 +01:00
Konrad PabjanandGitHub e448a9b857 Add retries to all HTTP calls + resolve dependabot alerts (#160)
* Bump @actions/artifact to version 0.5.0

* Resolve dependabot alert for node-notifier

* Resolve dependabot alert for node-fetch

* Bump artifact.dep.yml

* Update http-client.dep.yml
2021-01-04 15:48:10 +01:00
Konrad PabjanandGitHub e4a7ffadfc Update README with more retention documentation 2020-11-17 12:57:17 -05:00
Konrad PabjanandGitHub 58740802ef Update README.md 2020-08-11 18:20:19 +02:00
Konrad PabjanandGitHub 268d754764 Retry on 413 response codes (#108) 2020-08-04 17:36:48 +02:00
Konrad PabjanandGitHub c8879bf5ae Detect case insensitive uploads + Bump @actions/artifact to version 0.3.3 (#106)
* Detect case insensitive uploads

* PR feedback
2020-07-31 19:22:08 +02:00
Konrad PabjanandGitHub 5ba29a7d5b Add new option to specify behavior if no files found (#104)
* Add new option to specify behavior if no files found
2020-07-31 17:27:37 +02:00
Konrad PabjanandGitHub 5f948bc1f0 Correctly check symlinks (#103) 2020-07-27 15:41:16 +02:00
Konrad PabjanandGitHub 8ec57c93cb Update README.md 2020-07-14 12:25:21 +02:00
Konrad PabjanandGitHub ee5fe7718d Update test.yml 2020-07-14 12:20:40 +02:00
Konrad PabjanandGitHub 0c366cb4fc Create CONTRIBUTING.md 2020-07-10 14:17:19 +02:00
Konrad PabjanandGitHub 63d6076e6f Create CODE_OF_CONDUCT.md 2020-07-10 13:49:39 +02:00
Konrad PabjanandGitHub ebad382c09 Fix outdated dependencies (#96)
* Update outdated dependencies

* Update more outdated dependencies
2020-07-09 22:26:29 +02:00
Konrad PabjanandGitHub 90f03bd03e Update outdated dependencies (#95) 2020-07-09 21:44:51 +02:00
f265ac5693 Multi Path Artifact Upload + Exclude Character Support (#94)
* Support for multi path upload

* Update README

* Fix tests

* Actually fix tests

* PR feedback

* Fix

* Apply suggestions from code review

Co-authored-by: Alberto Gimeno <gimenete@users.noreply.github.com>

* Fix more tests

Co-authored-by: Alberto Gimeno <gimenete@users.noreply.github.com>
2020-07-09 20:53:45 +02:00
Konrad PabjanandGitHub 4347a0d55a Update README.md 2020-06-29 11:07:02 +02:00
Konrad PabjanandGitHub 97b7dace6c Fix connection errors if a retry is encountered (#82)
* Use @actions/artifact 0.3.2

* setFailed if certain items don't upload

* Update verion #
2020-05-18 15:43:29 +02:00
Konrad PabjanandGitHub e59920f5cf Update issue templates 2020-05-08 21:08:51 +02:00
Konrad PabjanandGitHub e7eefc4917 V2 Upload Artifact (#70)
* V2 Preview (#54)

* V2 Upload Artifact

* Improve logs

* Update release

* Update test.yml

* Update test.yml

* Update test.yml

* @actions/artifact v0.2.0 package

* Add extra YAML test

* Extra Documentation

* Update README.md

* Update README.md

* Update NPM packages

* Update to @actions/artifact 0.3.1

* Update readme from v2 preview to v2

* Add .gitattributes

* Misc Updates

* macOS to macos

* Update YAML so only push events trigger on the master branch
2020-04-28 17:18:53 +02:00
Konrad PabjanandGitHub 8eb149d680 Update README.md 2020-01-16 14:38:17 -05:00
Konrad PabjanandGitHub ceafd8bc4a Update README.md 2020-01-16 14:36:06 -05:00
Konrad PabjanandGitHub 3446296876 Update README.md 2019-11-25 13:12:56 -05:00
Konrad PabjanandGitHub 5f1f582ae4 Merge pull request #23 from limonte/patch-1
Add information on how to run when the previous step failed
2019-11-25 13:11:23 -05:00
Konrad PabjanandGitHub d83be62f7c Merge pull request #32 from actions/joshmgross/update-example
Use v1 instead of master in example
2019-11-21 13:40:51 -05:00
Konrad PabjanandGitHub 3f11cd5c05 Merge pull request #28 from actions/ethomson/update_description
Update description
2019-11-21 13:39:55 -05:00