mirror of
				https://github.com/facebook/zstd.git
				synced 2025-10-31 16:47:48 +02:00 
			
		
		
		
	Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/commit.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/commit.yml
									
									
									
									
										vendored
									
									
								
							| @@ -99,6 +99,6 @@ jobs: | ||||
|         echo "      are still good, copy it into the repo and commit it." | ||||
|         echo "> diff tests/regression/results.csv $CIRCLE_ARTIFACTS/results.csv" | ||||
|         diff tests/regression/results.csv $CIRCLE_ARTIFACTS/results.csv | ||||
|     - uses: actions/upload-artifact@v4 | ||||
|     - uses: actions/upload-artifact@v5 | ||||
|       with: | ||||
|         path: "/tmp/circleci-artifacts" | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/dev-long-tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/dev-long-tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -317,7 +317,7 @@ jobs: | ||||
|         dry-run: false | ||||
|         sanitizer: ${{ matrix.sanitizer }} | ||||
|     - name: Upload Crash | ||||
|       uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # tag=v4.3.1 | ||||
|       uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # tag=v5.0.0 | ||||
|       if: failure() && steps.build.outcome == 'success' | ||||
|       with: | ||||
|         name: ${{ matrix.sanitizer }}-artifacts | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/scorecards.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/scorecards.yml
									
									
									
									
										vendored
									
									
								
							| @@ -51,7 +51,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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # tag=v4.3.1 | ||||
|         uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # tag=v5.0.0 | ||||
|         with: | ||||
|           name: SARIF file | ||||
|           path: results.sarif | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/windows-artifacts.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/windows-artifacts.yml
									
									
									
									
										vendored
									
									
								
							| @@ -93,7 +93,7 @@ jobs: | ||||
|           mv bin/ zstd-${{ github.ref_name }}-${{matrix.ziparch}}/ | ||||
|  | ||||
|       - name: Publish zstd-$VERSION-${{matrix.ziparch}}.zip for manual inspection | ||||
|         uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # tag=v4.3.1 | ||||
|         uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # tag=v5.0.0 | ||||
|         with: | ||||
|           compression-level: 9  # maximum compression | ||||
|           if-no-files-found: error # defaults to `warn` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user