Skip to content

Commit

Permalink
Update all actions/checkout and actions/upload-artifact uses/referenc…
Browse files Browse the repository at this point in the history
…e to @V3
  • Loading branch information
JackNoordhuis committed Jan 24, 2023
1 parent 671261d commit c72d952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: nxtlvlsoftware/tar-ops-action@v1
with:
operation: compress
Expand All @@ -31,7 +31,7 @@ jobs:
My-Repo/node_modules
outPath: My-Repo-Sources.tar.gz
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: My-Repo-Sources-Compressed
path: My-Repo-Sources.tar.gz
Expand Down

0 comments on commit c72d952

Please sign in to comment.