File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262
6363 # Upload artifact so the `pr-percy-snapshots` workflow can pick it up
6464 - name : Upload artifact
65- uses : actions/upload-artifact@v5
65+ uses : actions/upload-artifact@v7
6666 with :
6767 name : " percy-testing-web-artifact"
6868 path : artifact/*
Original file line number Diff line number Diff line change 2929 run : rm -rf templates/docs/examples/ templates/_macros/ tokens/ sd.config.json scss/
3030
3131 - name : Download artifact from prepare workflow
32- uses : actions/download-artifact@v6
32+ uses : actions/download-artifact@v8
3333 with :
3434 name : " percy-testing-web-artifact"
3535 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2323 - name : Show size of the build file
2424 run : stat -c '%s' build/css/build.css
2525 - run : cp VANILLA_VERSION build/css
26- - uses : actions/upload-artifact@v5
26+ - uses : actions/upload-artifact@v7
2727 with :
2828 name : css
2929 path : build/css
5454 runs-on : ubuntu-latest
5555 steps :
5656 - uses : actions/checkout@v6
57- - uses : actions/download-artifact@v6
57+ - uses : actions/download-artifact@v8
5858 with :
5959 name : css
6060 path : css
You can’t perform that action at this time.
0 commit comments