Skip to content

Commit b4126d8

Browse files
Merge pull request maxisoft#19 from maxisoft/dependabot/github_actions/actions/download-artifact-3.0.2
2 parents 8540329 + b430bd1 commit b4126d8

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.1
181+
uses: actions/download-artifact@v3.0.2
182182
with:
183183
name: windows-latest_${{ env.PLUGIN_NAME }}-generic
184184
path: out

0 commit comments

Comments
 (0)