Skip to content

Commit 21ea738

Browse files
dependabot[bot]dreamorosi
authored andcommitted
chore(deps): bump actions/upload-artifact from 3.1.2 to 4.0.0 (#1865)
1 parent 32b4ece commit 21ea738

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: .github/workflows/ossf_scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# repo_token: ${{ secrets.SCORECARD_TOKEN }} # read-only fine-grained token to read branch protection settings
3636

3737
- name: "Upload results"
38-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
38+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
3939
with:
4040
name: SARIF file
4141
path: results.sarif

Diff for: .github/workflows/publish_layer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Zip output
4848
run: zip -r cdk.out.zip layers/cdk.out
4949
- name: Archive CDK artifacts
50-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
50+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
5151
with:
5252
name: cdk-layer-artifact
5353
path: cdk.out.zip

Diff for: .github/workflows/record_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
script: |
2020
const script = require('.github/scripts/save_pr_details.js')
2121
await script({github, context, core})
22-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
22+
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
2323
with:
2424
name: pr
2525
path: pr.txt

Diff for: .github/workflows/reusable-publish-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: |
9595
cp -r api site/
9696
- name: Create Artifact (Site)
97-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
97+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
9898
with:
9999
name: site
100100
path: site

Diff for: .github/workflows/reusable_deploy_layer_stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
cat cdk-layer-stack/${{ matrix.region }}-layer-version.txt
9292
- name: Save Layer ARN artifact
9393
if: ${{ inputs.stage == 'PROD' }}
94-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
94+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
9595
with:
9696
name: cdk-layer-stack
9797
path: ./cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting.

0 commit comments

Comments
 (0)