Skip to content

Commit

Permalink
Merge pull request #157 from Discookie/ericsson/fix-ci-3
Browse files Browse the repository at this point in the history
Update CI dependencies and fix CI
  • Loading branch information
MiklosMagyari authored Oct 2, 2024
2 parents c33941a + 73adad2 commit b4c595c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Get vsix artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ matrix.registry }}-package

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: vscode-codechecker

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Enable Corepack
run: corepack enable
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Create vsix artifact
if: success()
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.registry }}-package
path: ${{ steps.build.outputs.vsixPath }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Enable Corepack
run: corepack enable
Expand Down

0 comments on commit b4c595c

Please sign in to comment.