From 8c09366baf2afc43786a8875bce05b119f405b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 04:57:38 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 3.1.0 to 4.1.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 4.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.0...1eb3cb2b3e0f29609092a73eb033bb759a334595) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check_licenses.yml | 2 +- .github/workflows/linux_benchmark.yml | 2 +- .github/workflows/linux_examples.yml | 2 +- .github/workflows/linux_test.yml | 2 +- .github/workflows/linux_test_cov.yml | 2 +- .github/workflows/linux_test_install.yml | 2 +- .github/workflows/macos_benchmark.yml | 2 +- .github/workflows/macos_test.yml | 2 +- .github/workflows/macos_test_cov.yml | 2 +- .github/workflows/macos_test_npm_install.yml | 2 +- .github/workflows/markdown_links.yml | 2 +- .github/workflows/markdown_src_attributes.yml | 2 +- .github/workflows/npm_downloads.yml | 2 +- .github/workflows/ossf_scorecard.yml | 2 +- .github/workflows/standalone_publish.yml | 2 +- .github/workflows/windows_test_npm_install.yml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 069cf0c1a7bb..101f8e267f28 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -128,7 +128,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: always() with: # Define a name for the uploaded artifact: diff --git a/.github/workflows/linux_benchmark.yml b/.github/workflows/linux_benchmark.yml index ec4a2095bc82..4f132507f8ab 100644 --- a/.github/workflows/linux_benchmark.yml +++ b/.github/workflows/linux_benchmark.yml @@ -251,7 +251,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/linux_examples.yml b/.github/workflows/linux_examples.yml index 060d7ec559c1..ec0d62109ec5 100644 --- a/.github/workflows/linux_examples.yml +++ b/.github/workflows/linux_examples.yml @@ -251,7 +251,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index 24c196385006..5cfb646538b3 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml @@ -247,7 +247,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/linux_test_cov.yml b/.github/workflows/linux_test_cov.yml index a8d2d4a5f9fe..cc8e05bb36bd 100644 --- a/.github/workflows/linux_test_cov.yml +++ b/.github/workflows/linux_test_cov.yml @@ -251,7 +251,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/linux_test_install.yml b/.github/workflows/linux_test_install.yml index 2b465bdfcc6c..e33efe2dba4a 100644 --- a/.github/workflows/linux_test_install.yml +++ b/.github/workflows/linux_test_install.yml @@ -271,7 +271,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/macos_benchmark.yml b/.github/workflows/macos_benchmark.yml index 39cc71e9acb7..2cd30c07d844 100644 --- a/.github/workflows/macos_benchmark.yml +++ b/.github/workflows/macos_benchmark.yml @@ -237,7 +237,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index 79c70368012f..d8a5e704a4ee 100644 --- a/.github/workflows/macos_test.yml +++ b/.github/workflows/macos_test.yml @@ -233,7 +233,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/macos_test_cov.yml b/.github/workflows/macos_test_cov.yml index b9b837d1eecb..a83ffa2cb202 100644 --- a/.github/workflows/macos_test_cov.yml +++ b/.github/workflows/macos_test_cov.yml @@ -237,7 +237,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/macos_test_npm_install.yml b/.github/workflows/macos_test_npm_install.yml index dcb9c20d4210..c338e0c3ec46 100644 --- a/.github/workflows/macos_test_npm_install.yml +++ b/.github/workflows/macos_test_npm_install.yml @@ -230,7 +230,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/markdown_links.yml b/.github/workflows/markdown_links.yml index 8cd252c121ff..1b850a732324 100644 --- a/.github/workflows/markdown_links.yml +++ b/.github/workflows/markdown_links.yml @@ -158,7 +158,7 @@ jobs: # Upload the log files: - name: 'Upload log files' # Pin action to full length commit SHA - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: always() with: # Define a name for the uploaded artifact: diff --git a/.github/workflows/markdown_src_attributes.yml b/.github/workflows/markdown_src_attributes.yml index 0af6be3c6680..7d7ad7cc891e 100644 --- a/.github/workflows/markdown_src_attributes.yml +++ b/.github/workflows/markdown_src_attributes.yml @@ -116,7 +116,7 @@ jobs: # Upload the log files: - name: 'Upload log files' # Pin action to full length commit SHA - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: always() with: # Define a name for the uploaded artifact: diff --git a/.github/workflows/npm_downloads.yml b/.github/workflows/npm_downloads.yml index 3609690d37cf..dd7c00b2bc21 100644 --- a/.github/workflows/npm_downloads.yml +++ b/.github/workflows/npm_downloads.yml @@ -85,7 +85,7 @@ jobs: # Upload the download data: - name: 'Upload data' # Pin action to full length commit SHA - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: # Define a name for the uploaded artifact (ensuring a unique name for each job): name: npm_downloads diff --git a/.github/workflows/ossf_scorecard.yml b/.github/workflows/ossf_scorecard.yml index 0172fc7788a1..63569f6cf750 100644 --- a/.github/workflows/ossf_scorecard.yml +++ b/.github/workflows/ossf_scorecard.yml @@ -84,7 +84,7 @@ jobs: # Upload the results as artifacts: - name: "Upload artifact" # Pin action to full length commit SHA - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/standalone_publish.yml b/.github/workflows/standalone_publish.yml index dad8b4c55bad..8d68133c1b52 100644 --- a/.github/workflows/standalone_publish.yml +++ b/.github/workflows/standalone_publish.yml @@ -118,7 +118,7 @@ jobs: # Archive list of to be published packages: - name: 'Archive package list' # Pin action to full length commit SHA - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: ordered-pkg-list path: | diff --git a/.github/workflows/windows_test_npm_install.yml b/.github/workflows/windows_test_npm_install.yml index 26bdbed47359..05022b217499 100644 --- a/.github/workflows/windows_test_npm_install.yml +++ b/.github/workflows/windows_test_npm_install.yml @@ -284,7 +284,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job):