Skip to content

Commit

Permalink
Merge pull request #1315 from qdraw/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
qdraw authored Dec 15, 2023
2 parents cd62883 + 07d0960 commit b24279a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release-on-tag-netcore-desktop-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v4

- name: Download osx-x64 as build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: osx-x64
path: ./starsky
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
uses: actions/checkout@v4

- name: Download starsky-win-x64 as build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: win-x64
path: ./starsky
Expand Down Expand Up @@ -182,43 +182,43 @@ jobs:
run: mkdir -p starsky && mkdir -p starskydesktop && mkdir -p starskydesktop/dist-prod

- name: Download starsky-win-x64-desktop as build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: starsky-win-x64-desktop
path: ./starskydesktop/dist-prod

- name: Download starsky-mac-x64-desktop as build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: starsky-mac-x64-desktop
path: ./starskydesktop/dist-prod

- name: Download linux-arm as build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: linux-arm
path: ./starsky

- name: Download linux-arm64 as build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: linux-arm64
path: ./starsky

- name: Download osx-x64 as build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: osx-x64
path: ./starsky

- name: Download osx-arm64 as build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: osx-arm64
path: ./starsky

- name: Download win-x64 as build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: win-x64
path: ./starsky
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
# asset_content_type: application/zip

- name: Download slack-notification as build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: starsky-tools-slack-notification
path: ./starsky-tools-slack-notification
Expand Down

0 comments on commit b24279a

Please sign in to comment.