Skip to content

Commit 1cf640f

Browse files
authored
Merge pull request #587 from hashicorp/dependabot/github_actions/actions/upload-artifact-7.0.0
build(deps): bump actions/upload-artifact from 4.3.3 to 7.0.0
2 parents cfb9582 + 495bf63 commit 1cf640f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/acceptance-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
# Try and upload logs
125125
- run: zip arm_failure_logs.zip builder/azure/arm/packer_*txt
126126
if: ${{ failure() }}
127-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
127+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
128128
if: ${{ failure() }}
129129
with:
130130
name: "arm_failure_logs.zip"
@@ -133,7 +133,7 @@ jobs:
133133

134134
- run: zip dtl_failure_logs.zip builder/azure/dtl/packer_*txt
135135
if: ${{ failure() }}
136-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
136+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
137137
if: ${{ failure() }}
138138
with:
139139
name: "dtl_failure_logs.zip"

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
version: ${{ needs.set-product-version.outputs.product-version }}
7676
product: ${{ env.REPO_NAME }}
7777

78-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
78+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7979
with:
8080
name: metadata.json
8181
path: ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -230,7 +230,7 @@ jobs:
230230
sed -e "s/PLACEHOLDER_PROTOCOL_VERSION/${CLEAN_API_VERSION}/g" \
231231
manifest.json > ${{ env.REPO_NAME }}_${{ needs.set-product-version.outputs.product-version }}_manifest.json
232232
- name: Upload manifest json
233-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
233+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
234234
with:
235235
name: packer-plugin-manifest.json
236236
path: ${{ env.REPO_NAME }}_${{ needs.set-product-version.outputs.product-version }}_manifest.json

0 commit comments

Comments
 (0)