Commit Graph

16 Commits (11ff42c7b1b52130283d8a02bc960d1e1de95000)

Author SHA1 Message Date
Rob Herley 11ff42c7b1
add new overwrite input & docs 2 years ago
Konrad Pabjan 73d8b66ede
Support artifact-url output (#496)
* Support artifact-url output

* update dist/index.js

* Update license

* Simplify output

* Update README
2 years ago
Rob Herley 6c139afa6f
update imports and old v4-beta references 2 years ago
Rob Herley eba2a242da
consume latest @actions/toolkit (#461) 2 years ago
Rob Herley 83b889d09d
consume latest @actions/artifact 2 years ago
Rob Herley 20bcd3b8cb
add compression level input 2 years ago
Konrad Pabjan aa5cae10db
Add artifact-id output to v4-beta (#448)
* Add artifact-id to outputs

* ncc

---------

Co-authored-by: Rob Herley <robherley@github.com>
2 years ago
Bethany 99700c1456 Update upload-artifact for @actions/artifact@v2 2 years ago
Konrad Pabjan 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
3 years ago
Jason Gross 4db8255e70
Fix the grammar in a warning message 5 years ago
Yang Cao 0fbc4b771a Display a warning if user tries to upload over 10000 files 5 years ago
Hugo van Kemenade e6bd6b7749
Replace "file(s)" with "file" or "files" (#159) 5 years ago
Yang Cao 59018c2f85 Add an option to specify retention period 5 years ago
Konrad Pabjan 5ba29a7d5b
Add new option to specify behavior if no files found (#104)
* Add new option to specify behavior if no files found
5 years ago
Konrad Pabjan 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 #
6 years ago
Konrad Pabjan 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
6 years ago