Skip to content
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
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: dotnet pack -c Release --no-build -v q -o ${{ github.workspace }}/ReleasePack --include-symbols

- name: Upload build artifacts
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: Release
path: ${{ github.workspace }}/ReleasePack
Expand All @@ -64,7 +64,7 @@ jobs:
dotnet-version: 10.0.x

- name: Get artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v5
id: download
with:
name: Release
Expand All @@ -85,7 +85,7 @@ jobs:
dotnet-version: 10.0.x

- name: Get artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v5
id: download
with:
name: Release
Expand All @@ -101,6 +101,6 @@ jobs:

steps:
- name: Delete artefact
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v5
with:
name: Release