Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from Projektanker/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
just-seba committed Mar 2, 2024
2 parents 2ac6d72 + 145716e commit dea8960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: dotnet publish ./CodeButler.Console/CodeButler.Console.csproj --output ./publish

- name: 📤 Upload Console Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: CodeButler.Console
path: ${{ github.workspace }}/src/CodeButler/publish/
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
run: npm run vsce:package

- name: 📤 Upload VSIX Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: projektanker.code-butler
path: ${{ github.workspace }}/src/projektanker.code-butler/code-butler-*.vsix
Expand Down

0 comments on commit dea8960

Please sign in to comment.