Skip to content

Commit

Permalink
Merge pull request #179 from LegoFigure11/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
LegoFigure11 committed Dec 18, 2023
2 parents a452204 + b4523a6 commit b1e8cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Archive production artifacts
if: ${{ success() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: RaidCrawler
path: |
Expand Down

0 comments on commit b1e8cce

Please sign in to comment.