Skip to content

Commit

Permalink
Update pr-to-dev.yml
Browse files Browse the repository at this point in the history
update action versions
`kittaakos/upload-artifact-as-is` has been archived since 2021 and needs changed (likely to `actions/upload-artifact@v4`)
  • Loading branch information
TheComputerGenie committed Apr 22, 2024
1 parent 0734a9b commit 2debdd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
cache: yarn
Expand Down

0 comments on commit 2debdd7

Please sign in to comment.