Skip to content

Commit

Permalink
chore: update upload-artifact github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rossiam committed Sep 11, 2024
1 parent a9c5d1f commit 8b8ffd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: tar -cvf dist_bin.tar packages/cli/dist_bin/

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: dist_bin
path: dist_bin.tar
Expand All @@ -118,7 +118,7 @@ jobs:
- uses: actions/checkout@v3

- name: Download Artifacts
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: dist_bin

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
uses: actions/checkout@v3

- name: Download Artifacts
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: dist_bin

Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
uses: actions/checkout@v3

- name: Download Artifacts
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: dist_bin

Expand Down

0 comments on commit 8b8ffd9

Please sign in to comment.