My working unpac space for OCaml projects in development
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump actions/upload-artifact from 5.0.0 to 6.0.0

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
0731d91a 4752c29b

+4 -4
+1 -1
vendor/git/zstd-c/.github/workflows/commit.yml
··· 99 99 echo " are still good, copy it into the repo and commit it." 100 100 echo "> diff tests/regression/results.csv $CIRCLE_ARTIFACTS/results.csv" 101 101 diff tests/regression/results.csv $CIRCLE_ARTIFACTS/results.csv 102 - - uses: actions/upload-artifact@v5 102 + - uses: actions/upload-artifact@v6.0.0 103 103 with: 104 104 path: "/tmp/circleci-artifacts"
+1 -1
vendor/git/zstd-c/.github/workflows/dev-long-tests.yml
··· 317 317 dry-run: false 318 318 sanitizer: ${{ matrix.sanitizer }} 319 319 - name: Upload Crash 320 - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # tag=v5.0.0 320 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # tag=v6.0.0 321 321 if: failure() && steps.build.outcome == 'success' 322 322 with: 323 323 name: ${{ matrix.sanitizer }}-artifacts
+1 -1
vendor/git/zstd-c/.github/workflows/scorecards.yml
··· 51 51 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF 52 52 # format to the repository Actions tab. 53 53 - name: "Upload artifact" 54 - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # tag=v5.0.0 54 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # tag=v6.0.0 55 55 with: 56 56 name: SARIF file 57 57 path: results.sarif
+1 -1
vendor/git/zstd-c/.github/workflows/windows-artifacts.yml
··· 93 93 mv bin/ zstd-${{ github.ref_name }}-${{matrix.ziparch}}/ 94 94 95 95 - name: Publish zstd-$VERSION-${{matrix.ziparch}}.zip for manual inspection 96 - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # tag=v5.0.0 96 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # tag=v6.0.0 97 97 with: 98 98 compression-level: 9 # maximum compression 99 99 if-no-files-found: error # defaults to `warn`