Skip to content

Commit

Permalink
artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Feb 4, 2024
1 parent 926fc1f commit 9cce578
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cp LICENSE Pulse/
- name: upload bundle
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: Pulse
Expand All @@ -54,17 +54,17 @@ jobs:
steps:

- name: get linux build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ubuntu-20.04

- name: get windows build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows-latest

- name: get macos build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: macos-latest

Expand Down

0 comments on commit 9cce578

Please sign in to comment.