Skip to content

Commit c080b04

Browse files
build(deps): bump the actions-dependencies group across 2 directories with 1 update (#454)
Bumps the actions-dependencies group with 1 update in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Bumps the actions-dependencies group with 1 update in the /actions/upload-repository directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.4.1 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@604373d...b4b15b8) Updates `actions/upload-artifact` from 4.4.1 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@604373d...b4b15b8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5507e65 commit c080b04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
awk "/## $GITHUB_REF_NAME/{flag=1; next} /## v/{flag=0} flag" docs/CHANGELOG.md > changelog
2929
3030
- name: Store build artifacts
31-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
31+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
3232
with:
3333
name: build-artifacts
3434
path: |

actions/upload-repository/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ runs:
5050
source: build
5151
destination: build-jekyll
5252

53-
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
53+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
5454
if: inputs.gh_pages != 'true'
5555
with:
5656
name: metadata
5757
path: build-jekyll/${{inputs.metadata_path}}/*
5858

59-
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
59+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
6060
if: inputs.gh_pages != 'true'
6161
with:
6262
name: artifacts

0 commit comments

Comments
 (0)