Skip to content

Commit 480727d

Browse files
authored
Merge pull request #943 from PaloAltoNetworks/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents de1099e + c0aecc9 commit 480727d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-live.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
node-version: "18"
5050
cache: "yarn"
5151

52-
- uses: actions/download-artifact@v3
52+
- uses: actions/download-artifact@v4.1.7
5353
with:
5454
name: build
5555

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
node-version: "18"
130130
cache: "yarn"
131131

132-
- uses: actions/download-artifact@v3
132+
- uses: actions/download-artifact@v4.1.7
133133
with:
134134
name: build
135135

0 commit comments

Comments
 (0)