Skip to content

Commit 6ed2d55

Browse files
Result of tsccr-helper -log-level=info gha update -latest . (hashicorp#1579)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
1 parent f131e5c commit 6ed2d55

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
-
6868
name: Upload benchmark data as artifact
6969
if: ${{ always() && !cancelled() }}
70-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
70+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
7171
with:
7272
name: benchdata-${{ github.ref_name }}-${{ github.sha }}-${{ github.run_id }}.json
7373
path: "${{ runner.temp }}/benchdata.json"

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
version: ${{ needs.set-product-version.outputs.product-version }}
5252
product: ${{ env.PKG_NAME }}
5353
repositoryOwner: "hashicorp"
54-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
54+
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
5555
with:
5656
name: metadata.json
5757
path: ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
go generate ./internal/schemas
7171
du -h -s ./internal/schemas/data
72-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
72+
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
7373
with:
7474
name: provider-schema-data
7575
path: ./internal/schemas/data
@@ -104,7 +104,7 @@ jobs:
104104
steps:
105105
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
106106
- name: Download provider schemas
107-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
107+
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
108108
with:
109109
name: provider-schema-data
110110
path: ./internal/schemas/data
@@ -152,12 +152,12 @@ jobs:
152152
run: |
153153
echo "RPM_PACKAGE=$(basename out/*.rpm)" >> $GITHUB_ENV
154154
echo "DEB_PACKAGE=$(basename out/*.deb)" >> $GITHUB_ENV
155-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
155+
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
156156
if: ${{ matrix.goos == 'linux' }}
157157
with:
158158
name: ${{ env.RPM_PACKAGE }}
159159
path: out/${{ env.RPM_PACKAGE }}
160-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
160+
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
161161
if: ${{ matrix.goos == 'linux' }}
162162
with:
163163
name: ${{ env.DEB_PACKAGE }}
@@ -167,6 +167,6 @@ jobs:
167167
needs: build
168168
runs-on: ubuntu-latest
169169
steps:
170-
- uses: geekyeggo/delete-artifact@54ab544f12cdb7b71613a16a2b5a37a9ade990af # v2.0.0
170+
- uses: geekyeggo/delete-artifact@9d15d164b1dcd538ff1b1a2984bc2c0240986c3b # v4.0.0
171171
with:
172172
name: provider-schema-data

0 commit comments

Comments
 (0)