Skip to content

Commit

Permalink
Attempt to fix upload-artifact CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
duckdoom5 committed Jan 23, 2025
1 parent 333005f commit c064219
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@ jobs:
shell: bash
run: build/build.sh prepack -platform $PLATFORM -configuration $BUILD_CONFIGURATION

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: intermediate
retention-days: 7
overwrite: true
path: |
artifacts
include/**/*.h
Expand All @@ -127,7 +129,7 @@ jobs:
- name: Set version
run: nbgv cloud --all-vars

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: intermediate

Expand All @@ -140,7 +142,7 @@ jobs:
run: build/build.sh pack -configuration $BUILD_CONFIGURATION

- name: Upload package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: CppSharp.nupkg
path: |
Expand Down

0 comments on commit c064219

Please sign in to comment.