Skip to content

Commit 1fb9b82

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 141e891 commit 1fb9b82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/azure-webapps-dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: Download artifact from build job
78-
uses: actions/download-artifact@v3
78+
uses: actions/download-artifact@v4.1.7
7979
with:
8080
name: .net-app
8181

.github/workflows/azure-webapps-java-jar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
steps:
6868
- name: Download artifact from build job
69-
uses: actions/download-artifact@v3
69+
uses: actions/download-artifact@v4.1.7
7070
with:
7171
name: java-app
7272

.github/workflows/azure-webapps-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Download artifact from build job
68-
uses: actions/download-artifact@v3
68+
uses: actions/download-artifact@v4.1.7
6969
with:
7070
name: node-app
7171

0 commit comments

Comments
 (0)