Skip to content

Commit 4c04d0d

Browse files
chore(deps): Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#28)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 530d51b commit 4c04d0d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/workflow-build-container-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
target="${{ inputs.target || inputs.product }}"
238238
jq -c ".[\"$target\"]" metadata-ecr.json | tee "${name}-ecr.json"
239239
240-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
240+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
241241
if: steps.manifest.conclusion == 'success'
242242
with:
243243
name: ${{ steps.artifact-otelcol-sumo.outputs.manifest-name }}-ecr

.github/workflows/workflow-upload-version-files.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,35 +54,35 @@ jobs:
5454
echo "${VERSION}" > otc-version.txt
5555
5656
- name: Store build-number.txt as action artifact
57-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
57+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
5858
with:
5959
name: build-number.txt
6060
path: ./build-number.txt
6161
if-no-files-found: error
6262

6363
- name: Store otc-core-version.txt as action artifact
64-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
64+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
6565
with:
6666
name: otc-core-version.txt
6767
path: ./otc-core-version.txt
6868
if-no-files-found: error
6969

7070
- name: Store otc-git-reference.txt as action artifact
71-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
71+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
7272
with:
7373
name: otc-git-reference.txt
7474
path: ./otc-git-reference.txt
7575
if-no-files-found: error
7676

7777
- name: Store otc-sumo-version.txt as action artifact
78-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
78+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
7979
with:
8080
name: otc-sumo-version.txt
8181
path: ./otc-sumo-version.txt
8282
if-no-files-found: error
8383

8484
- name: Store otc-version.txt as action artifact
85-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
85+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
8686
with:
8787
name: otc-version.txt
8888
path: ./otc-version.txt

0 commit comments

Comments
 (0)