Skip to content

Commit ac975aa

Browse files
Bump actions/download-artifact from 3.0.2 to 4.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3.0.2...v4.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22bd5d0 commit ac975aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
# However, that is currently impossible due to https://github.com/dotnet/msbuild/issues/3897
179179
# Therefore, we'll (sadly) pull artifacts from Windows machine only for now
180180
- name: Download generic artifact from windows-latest
181-
uses: actions/download-artifact@v3.0.2
181+
uses: actions/download-artifact@v4.0.0
182182
with:
183183
name: windows-latest_${{ env.PLUGIN_NAME }}-generic
184184
path: out

0 commit comments

Comments
 (0)