File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767
6868 - name : Archive and upload updated screenshots & hashes
6969 if : ${{ steps.compare-screenshots.outcome == 'failure' }}
70- uses : actions/upload-artifact@v3
70+ uses : actions/upload-artifact@v4
7171 with :
7272 name : updated-screenshots-and-hashes
7373 path : isso/js/tests/screenshots/reference/
Original file line number Diff line number Diff line change 7070 run : make js
7171
7272 - name : Archive and upload generated minified client files
73- uses : actions/upload-artifact@v3
73+ uses : actions/upload-artifact@v4
7474 with :
7575 name : client-js-files
7676 path : |
Original file line number Diff line number Diff line change 5555 run : pip install dist/${{ steps.generate-package.outputs.package_file }}
5656
5757 - name : Archive and upload generated package
58- uses : actions/upload-artifact@v3
58+ uses : actions/upload-artifact@v4
5959 with :
6060 name : ${{ matrix.os }}-python-${{ matrix.python-version }}-${{ steps.generate-package.outputs.package_file }}
6161 path : dist/${{ steps.generate-package.outputs.package_file }}
You can’t perform that action at this time.
0 commit comments