Skip to content

Commit 52cf1ef

Browse files
authored
Merge pull request #7 from AlchemyViewer/dependabot/github_actions/post-bugsplat-windows/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5 in /post-bugsplat-windows
2 parents d9c4fd3 + 1587859 commit 52cf1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

post-bugsplat-windows/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ runs:
2828
using: composite
2929
steps:
3030
- name: Download viewer exe
31-
uses: actions/download-artifact@v4
31+
uses: actions/download-artifact@v5
3232
with:
3333
name: Windows-app
3434
path: _artifacts
3535

3636
- name: Download viewer symbols
37-
uses: actions/download-artifact@v4
37+
uses: actions/download-artifact@v5
3838
with:
3939
name: Windows-symbols
4040
path: _artifacts

0 commit comments

Comments
 (0)