mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
meta: update artifact actions to v4
Refs: https://github.com/actions/upload-artifact/releases/tag/v4.0.0 Refs: https://github.com/actions/download-artifact/releases/tag/v4.1.0 PR-URL: https://github.com/nodejs/node/pull/51219 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
4
.github/workflows/build-tarball.yml
vendored
4
.github/workflows/build-tarball.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
mkdir tarballs
|
||||
mv *.tar.gz tarballs
|
||||
- name: Upload tarball artifact
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
with:
|
||||
name: tarballs
|
||||
path: tarballs
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
- name: Environment Information
|
||||
run: npx envinfo
|
||||
- name: Download tarball
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
|
||||
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
|
||||
with:
|
||||
name: tarballs
|
||||
path: tarballs
|
||||
|
||||
4
.github/workflows/daily-wpt-fyi.yml
vendored
4
.github/workflows/daily-wpt-fyi.yml
vendored
@@ -121,10 +121,10 @@ jobs:
|
||||
run: cp wptreport.json wptreport-${{ steps.setup-node.outputs.node-version }}.json
|
||||
- name: Upload GitHub Actions artifact
|
||||
if: ${{ env.WPT_REPORT != '' }}
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
with:
|
||||
path: out/wpt/wptreport-*.json
|
||||
name: WPT Reports
|
||||
name: WPT Report for ${{ steps.setup-node.outputs.node-version }}
|
||||
if-no-files-found: error
|
||||
- name: Upload WPT Report to wpt.fyi API
|
||||
if: ${{ env.WPT_REPORT != '' }}
|
||||
|
||||
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
run: npx envinfo
|
||||
- name: Build
|
||||
run: NODE=$(command -v node) make doc-only
|
||||
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
with:
|
||||
name: docs
|
||||
path: out/doc
|
||||
|
||||
2
.github/workflows/scorecard.yml
vendored
2
.github/workflows/scorecard.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
||||
# format to the repository Actions tab.
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
with:
|
||||
name: SARIF file
|
||||
path: results.sarif
|
||||
|
||||
Reference in New Issue
Block a user