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

build(deps): bump actions/upload-artifact from 3 to 4 #22

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading