Skip to content

Commit

Permalink
Merge pull request #1257 from jerus-org/renovate/actions-upload-artif…
Browse files Browse the repository at this point in the history
…act-4.x

fix(deps): update actions/upload-artifact action to v4.6.0
  • Loading branch information
jerusdp authored Jan 24, 2025
2 parents 4ac36c5 + 94a7ad5 commit 6801138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# uploads of run results in SARIF format to the repository Actions tab.
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
- name: "Upload artifact"
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: SARIF file
path: results.sarif
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- deps: update rust crate wasm-bindgen-futures to 0.4.50(pr [#1254])
- deps: update rust crate wasm-bindgen-test to 0.3.50(pr [#1255])
- deps: update serde packages(pr [#1256])
- deps: update actions/upload-artifact action to v4.6.0(pr [#1257])

## [3.0.5] - 2025-01-18

Expand Down Expand Up @@ -956,6 +957,7 @@ emitted if a tracing subscriber is not found.
[#1254]: https://github.com/jerus-org/hcaptcha-rs/pull/1254
[#1255]: https://github.com/jerus-org/hcaptcha-rs/pull/1255
[#1256]: https://github.com/jerus-org/hcaptcha-rs/pull/1256
[#1257]: https://github.com/jerus-org/hcaptcha-rs/pull/1257
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.5...HEAD
[3.0.5]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.4...v3.0.5
[3.0.4]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.3...v3.0.4
Expand Down

0 comments on commit 6801138

Please sign in to comment.