Bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v7...v7.0.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -99,6 +99,6 @@ jobs:
|
|||||||
echo " are still good, copy it into the repo and commit it."
|
echo " are still good, copy it into the repo and commit it."
|
||||||
echo "> diff tests/regression/results.csv $CIRCLE_ARTIFACTS/results.csv"
|
echo "> diff tests/regression/results.csv $CIRCLE_ARTIFACTS/results.csv"
|
||||||
diff tests/regression/results.csv $CIRCLE_ARTIFACTS/results.csv
|
diff tests/regression/results.csv $CIRCLE_ARTIFACTS/results.csv
|
||||||
- uses: actions/upload-artifact@v7.0.0
|
- uses: actions/upload-artifact@v7.0.1
|
||||||
with:
|
with:
|
||||||
path: "/tmp/circleci-artifacts"
|
path: "/tmp/circleci-artifacts"
|
||||||
|
|||||||
@@ -317,7 +317,7 @@ jobs:
|
|||||||
dry-run: false
|
dry-run: false
|
||||||
sanitizer: ${{ matrix.sanitizer }}
|
sanitizer: ${{ matrix.sanitizer }}
|
||||||
- name: Upload Crash
|
- name: Upload Crash
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # tag=v7.0.0
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # tag=v7.0.1
|
||||||
if: failure() && steps.build.outcome == 'success'
|
if: failure() && steps.build.outcome == 'success'
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.sanitizer }}-artifacts
|
name: ${{ matrix.sanitizer }}-artifacts
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
||||||
# format to the repository Actions tab.
|
# format to the repository Actions tab.
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # tag=v7.0.0
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # tag=v7.0.1
|
||||||
with:
|
with:
|
||||||
name: SARIF file
|
name: SARIF file
|
||||||
path: results.sarif
|
path: results.sarif
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ jobs:
|
|||||||
mv bin/ zstd-${{ github.ref_name }}-${{matrix.ziparch}}/
|
mv bin/ zstd-${{ github.ref_name }}-${{matrix.ziparch}}/
|
||||||
|
|
||||||
- name: Publish zstd-$VERSION-${{matrix.ziparch}}.zip for manual inspection
|
- name: Publish zstd-$VERSION-${{matrix.ziparch}}.zip for manual inspection
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # tag=v7.0.0
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # tag=v7.0.1
|
||||||
with:
|
with:
|
||||||
compression-level: 9 # maximum compression
|
compression-level: 9 # maximum compression
|
||||||
if-no-files-found: error # defaults to `warn`
|
if-no-files-found: error # defaults to `warn`
|
||||||
|
|||||||
Reference in New Issue
Block a user