Skip to content

Commit e7c6505

Browse files
chore(deps): bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c61c1b commit e7c6505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ jobs:
113113
dotnet tool run coco "Source/DafnyCore/Dafny.atg" -namespace Microsoft.Dafny -frames "Source/DafnyCore/Coco"
114114
115115
- name: Download integration test artifacts
116-
uses: actions/download-artifact@v4
116+
uses: actions/download-artifact@v6
117117
with:
118118
pattern: integration-test-results-ubuntu-22.04-*
119119
merge-multiple: true
120120

121121
- name: Download unit test artifacts
122-
uses: actions/download-artifact@v4
122+
uses: actions/download-artifact@v6
123123
with:
124124
name: unit-test-results-ubuntu-22.04
125125

0 commit comments

Comments
 (0)