File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 export COMMIT=$(git rev-parse --short=10 "$GITHUB_SHA")
9292 ./configure && make tar -j4 SKIP_XZ=1
9393 - name : Upload tarball artifact
94- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
94+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9595 with :
9696 name : tarballs
9797 path : ' *.tar.gz'
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 run : cp wptreport.json wptreport-${{ steps.setup-node.outputs.node-version }}.json
146146 - name : Upload GitHub Actions artifact
147147 if : ${{ env.WPT_REPORT != '' }}
148- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
148+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
149149 with :
150150 path : out/wpt/wptreport-*.json
151151 name : WPT Report for ${{ steps.setup-node.outputs.node-version }}
Original file line number Diff line number Diff line change 3535 run : npx envinfo
3636 - name : Build
3737 run : NODE=$(command -v node) make doc-only
38- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
38+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3939 with :
4040 name : docs
4141 path : out/doc
Original file line number Diff line number Diff line change 6767 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6868 # format to the repository Actions tab.
6969 - name : Upload artifact
70- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
70+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7171 with :
7272 name : SARIF file
7373 path : results.sarif
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132
133133 - name : Upload tarball artifact
134134 if : ${{ github.event_name != 'workflow_dispatch' }}
135- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
135+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
136136 with :
137137 name : tarballs
138138 path : ' *.tar.gz'
You can’t perform that action at this time.
0 commit comments