Skip to content

Commit

Permalink
Merge pull request #1827 from salesforcecli/sm/artifacts-action-update
Browse files Browse the repository at this point in the history
ci: update artifact action version
  • Loading branch information
iowillhoit authored Aug 2, 2024
2 parents d62cfbc + 5e59ee5 commit 880422a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jit-install-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: yarn install
- run: yarn build
- run: yarn oclif manifest
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: manifest
path: oclif.manifest.json
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

- run: yarn build

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: manifest

Expand Down

0 comments on commit 880422a

Please sign in to comment.