Closed catloversg closed 3 months ago
@d0sboots Should we update
actions/checkout
andactions/setup-node
?
If we're poking the CI, might as well update everything that's badly out of date
Some notable changes that I found when checking the changelog:
actions/upload-artifact
:
Due to how Artifacts are created in this new version, it is no longer possible to upload to the same named Artifact multiple times. You must either split the uploads into multiple Artifacts with different names, or only upload once. Otherwise you will encounter an error.
.tj-actions/changed-files
:
Directory patterns now require explicit specification of the globstar pattern to match all sub paths.
(v40).dist/*
to dist/**
.
@d0sboots Should we update
actions/checkout
andactions/setup-node
?