Skip to content

Commit 20c86c4

Browse files
authored
Merge pull request #198 from LegoFigure11/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents db10f81 + 88b085e commit 20c86c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Archive production artifacts
4141
if: ${{ success() }}
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v5
4343
with:
4444
name: RaidCrawler
4545
path: |

0 commit comments

Comments
 (0)