Skip to content

Commit

Permalink
Pin @actions/artifact to version 1 (#3519)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Dec 12, 2023
1 parent f7af2eb commit 40710bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/load-img/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
- name: Install `@actions/artifact`
shell: bash
run: |
pnpm install @actions/artifact -w
pnpm install @actions/artifact@1 -w
- name: Download images
uses: actions/github-script@v6
Expand Down

0 comments on commit 40710bf

Please sign in to comment.