Skip to content

Commit

Permalink
Update to Artifact actions v4
Browse files Browse the repository at this point in the history
  • Loading branch information
elishacloud committed Jul 3, 2024
1 parent c43b54b commit 0ba9251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: Trass3r/setup-cpp@master
- name: Build
run: msbuild /m /p:Configuration=${{ matrix.config }} /p:Platform=${{ matrix.platform }} dinputto8.sln
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.config }} binaries
path: |
Expand Down

0 comments on commit 0ba9251

Please sign in to comment.