Skip to content

Commit 2a04010

Browse files
dependabot[bot]alexiri
authored andcommitted
Bump the gha-actions-upload-artifact group across 3 directories with 1 update
Bumps the gha-actions-upload-artifact group with 1 update in the /.github/actions/build directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Bumps the gha-actions-upload-artifact group with 1 update in the /.github/actions/sbom directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Bumps the gha-actions-upload-artifact group with 1 update in the /.github/actions/upload-gh directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) Updates `actions/upload-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) Updates `actions/upload-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-actions-upload-artifact - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-actions-upload-artifact - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-actions-upload-artifact ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62a3fad commit 2a04010

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ runs:
197197
<pkgupd>
198198
199199
- name: Upload ChangeLog
200-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
200+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4
201201
with:
202202
name: changelog-${{ inputs.image-name }}-${{ env.CLEAN_ARCH }}
203203
retention-days: 1
@@ -270,7 +270,7 @@ runs:
270270
echo "::endgroup::"
271271
272272
- name: Upload Output Artifacts
273-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
273+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4
274274
with:
275275
name: ${{ inputs.image-name }}_${{ env.CLEAN_ARCH }}
276276
retention-days: 1

.github/actions/sbom/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
8585
- name: Upload SBOM to Job Artifacts
8686
id: upload-sbom
87-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
87+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4
8888
with:
8989
name: ${{ steps.generate-sbom.outputs.ARTIFACT_NAME }}
9090
path: ${{ steps.generate-sbom.outputs.OUTPUT_PATH }}

.github/actions/upload-gh/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
steps:
1515
- name: Upload ISOs and Checksum to Job Artifacts
1616
id: upload-gh
17-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
17+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4
1818
with:
1919
name: ${{ inputs.artifact_name }}
2020
path: ${{ inputs.directory }}

0 commit comments

Comments
 (0)