Skip to content

Commit

Permalink
Merge pull request #52 from anchore/chore/update-upload-action
Browse files Browse the repository at this point in the history
* chore(deps): update upload-artifact to v4

Signed-off-by: Keith Zantow <kzantow@gmail.com>

* chore: format

Signed-off-by: Keith Zantow <kzantow@gmail.com>

---------

Signed-off-by: Keith Zantow <kzantow@gmail.com>
  • Loading branch information
wagoodman authored Dec 11, 2024
2 parents a0208d3 + e5b6864 commit 62a8e09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/oss-project-board-add.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- labeled

jobs:

run:
uses: "anchore/workflows/.github/workflows/oss-project-board-add.yaml@main"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: |
vsce package --githubBranch main --out "${STAGING_DIR_PATH:-..}/$VSIX_FILE"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: ${{ env.STAGING_DIR_PATH }}/${{ env.VSIX_FILE }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"build": "tsc -p ./ --noEmitOnError && npm run bundle",
"bundle": "webpack",
"lint": "eslint src --ext ts --max-warnings 0",
"format": "prettier -w .",
"format-check": "prettier --check .",
"watch": "tsc -watch -p ./",
"pretest": "npm run build && npm run lint",
Expand Down

0 comments on commit 62a8e09

Please sign in to comment.