Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
# ── Checkout ────────────────────────────────────────────────────────────
- uses: actions/checkout@v6
- uses: actions/checkout@v7

# ── .NET 10 ─────────────────────────────────────────────────────────────
- name: Setup .NET 10
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chocolatey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
publish:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Resolve tag and version
id: ver
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Upload built nupkg as workflow artifact
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: codeshellmanager-chocolatey-${{ steps.ver.outputs.version }}
path: artifact/*.nupkg
Expand Down
Loading