Skip to content

Commit

Permalink
revert back actions/upload-artifact@v4 → v3
Browse files Browse the repository at this point in the history
due to "Unable to upload to same artifact name from multiple jobs"
  • Loading branch information
serges147 committed May 6, 2024
1 parent ed0fa9e commit c51479a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
make VERBOSE=1
make test
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
if: always()
with:
name: ${{github.job}}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
make VERBOSE=1
make test
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
if: always()
with:
name: ${{github.job}}
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
--define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
--define sonar.host.url="${{ env.SONAR_SERVER_URL }}"
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
if: always()
with:
name: ${{github.job}}
Expand Down

0 comments on commit c51479a

Please sign in to comment.