Skip to content

Commit

Permalink
Use new version of upload-artifact
Browse files Browse the repository at this point in the history
Fixes #1896
  • Loading branch information
neilenns committed Jan 5, 2025
1 parent 1df9968 commit e340351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: vstest.console.exe MobiFlightUnitTests/bin/Release/MobiFlightUnitTests.dll

- name: store latest setup file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MobiFlightConnector
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
Release/*.sha1
- name: store latest setup file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MobiFlight-Setup
path: |
Expand Down

0 comments on commit e340351

Please sign in to comment.