Skip to content

Commit

Permalink
Bump GHA artifact tasks to v4. (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhett12321 authored Sep 13, 2024
1 parent 38098e0 commit 52e747a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: dotnet build --configuration Release -p:Version=${{ steps.vars.outputs.version }}

- name: Upload Build Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Binaries
path: bin/Release/
Expand All @@ -84,7 +84,7 @@ jobs:
dotnet-version: '7.0.x'

- name: Download Release Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: Binaries
path: bin/Release/
Expand Down

0 comments on commit 52e747a

Please sign in to comment.