File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checking out for ${{ github.ref }}
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v6
1717
1818 - run : npx version-from-git --no-git-tag-version
1919
@@ -60,13 +60,13 @@ jobs:
6060 cp *.tgz ../../artifacts/tarballs
6161
6262 - name : Upload bundles
63- uses : actions/upload-artifact@v2
63+ uses : actions/upload-artifact@v7
6464 with :
6565 name : bundles
6666 path : packages/bundle/dist/**/*
6767
6868 - name : Upload tarballs
69- uses : actions/upload-artifact@v2
69+ uses : actions/upload-artifact@v7
7070 with :
7171 name : tarballs
7272 path : artifacts/tarballs/**/*
@@ -76,11 +76,11 @@ jobs:
7676 runs-on : ubuntu-latest
7777
7878 steps :
79- - uses : actions/download-artifact@v2
79+ - uses : actions/download-artifact@v8
8080 with :
8181 name : bundles
8282
83- - uses : actions/download-artifact@v2
83+ - uses : actions/download-artifact@v8
8484 with :
8585 name : tarballs
8686
You can’t perform that action at this time.
0 commit comments