Skip to content

Commit

Permalink
Update publish_nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat authored Feb 8, 2025
1 parent 5bc798f commit 54a9603
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download windows artifact
uses: dawidd6/action-download-artifact@v6
Expand All @@ -18,14 +18,14 @@ jobs:
name: packages_windows

- name: Download ubuntu artifact
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v8
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: ubuntu22.yml
name: artifacts_ubuntu_22

- name: Download ubuntu arm artifact
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v8
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: linux-arm.yml
Expand All @@ -39,7 +39,7 @@ jobs:
# name: artifacts_macos_10

- name: Download wasm artifact
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v8
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: wasm.yml
Expand Down

0 comments on commit 54a9603

Please sign in to comment.