Skip to content
Merged
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/nightly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

steps:
- name: Download NuGet Artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: NuGets
path: nugets
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
fetch-depth: 0

- name: Download NuGet Artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: NuGets
path: nugets
Expand Down Expand Up @@ -124,13 +124,13 @@ jobs:

steps:
- name: Download NuGet Artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: NuGets
path: nugets

- name: Download Demo App Artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: DemoApp
path: demo-app
Expand All @@ -139,7 +139,7 @@ jobs:
run: zip -r DemoApp.zip demo-app/*

- name: Download Release Notes
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: ReleaseNotes

Expand All @@ -161,7 +161,7 @@ jobs:
repository: ${{ github.repository }}.wiki

- name: Download Icon Changes
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: IconChanges
path: icon-changes
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:

steps:
- name: Download NuGet Artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: NuGets
path: nugets
Expand Down