Skip to content

Commit eff5701

Browse files
authored
Merge pull request #179 from Codeuctivity/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 7c43497 + a6003be commit eff5701

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@v6
5353
- name: Download build artifacts
54-
uses: actions/download-artifact@v6
54+
uses: actions/download-artifact@v7
5555
with:
5656
name: build-artifacts
5757
- name: NugetPush
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- uses: actions/checkout@v6
7777
- name: Download build artifacts
78-
uses: actions/download-artifact@v6
78+
uses: actions/download-artifact@v7
7979
with:
8080
name: build-artifacts
8181
- name: NugetPush

0 commit comments

Comments
 (0)