Skip to content

Commit a85e4b3

Browse files
Bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df93ad5 commit a85e4b3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/MigrationToolsTelemetery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
needs: build
4242
steps:
4343
- name: Download artifact from build job
44-
uses: actions/download-artifact@v4
44+
uses: actions/download-artifact@v7
4545
with:
4646
name: functionapp
4747
path: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,10 @@ jobs:
507507
# Release app when RunRelease is true (ForceRelease OR src changed)
508508
if: ${{ success() && needs.Setup.outputs.nkdAgility_RunRelease == 'true' }}
509509
steps:
510-
- uses: actions/download-artifact@v6
510+
- uses: actions/download-artifact@v7
511511
with:
512512
name: AzureDevOpsMigrationTools-Packages
513-
- uses: actions/download-artifact@v6
513+
- uses: actions/download-artifact@v7
514514
with:
515515
name: AzureDevOpsMigrationTools-Scripts
516516
path: ./build/
@@ -592,7 +592,7 @@ jobs:
592592
steps:
593593
- name: Checkout
594594
uses: actions/checkout@v5
595-
- uses: actions/download-artifact@v6
595+
- uses: actions/download-artifact@v7
596596
- name: "Find files"
597597
shell: pwsh
598598
run: |
@@ -619,7 +619,7 @@ jobs:
619619
# Only when app was released
620620
if: ${{ success() && needs.Setup.outputs.nkdAgility_RunRelease == 'true' }}
621621
steps:
622-
- uses: actions/download-artifact@v6
622+
- uses: actions/download-artifact@v7
623623
with:
624624
name: AzureDevOpsMigrationTools-Packages
625625
- name: "Choco"
@@ -645,7 +645,7 @@ jobs:
645645
steps:
646646
- name: Checkout
647647
uses: actions/checkout@v5
648-
- uses: actions/download-artifact@v6
648+
- uses: actions/download-artifact@v7
649649
- name: "Find files"
650650
shell: pwsh
651651
run: |
@@ -666,7 +666,7 @@ jobs:
666666
if: ${{ !(github.event.pull_request.head.repo.fork) }}
667667
steps:
668668
- name: Download a single artifact
669-
uses: actions/download-artifact@v6
669+
uses: actions/download-artifact@v7
670670
with:
671671
name: AzureDevOpsMigrationTools-Site2
672672
path: ./_site2

0 commit comments

Comments
 (0)