Skip to content

Commit

Permalink
Merge pull request #84 from 417-72KI/renovate/actions-upload-artifact…
Browse files Browse the repository at this point in the history
…-4.x

Update actions/upload-artifact action to v4
  • Loading branch information
417-72KI authored Jan 21, 2024
2 parents 29b07cf + aba9a25 commit 25dbb75
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 @@ -50,7 +50,7 @@ jobs:
run: ./scripts/test.sh
- name: Upload test results
if: ${{ matrix.xcode_version == fromJson(needs.generate-matrix.outputs.matrix).xcode_version[0] && (success() || failure()) }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: BuildConfig.swift.xcresult
path: test_output/BuildConfig.swift.xcresult
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
run: ./scripts/test_demo.sh
- name: upload test results
if: ${{ matrix.xcode_version == fromJson(needs.generate-matrix.outputs.matrix).xcode_version[0] && (success() || failure()) }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: BuildConfigDemo.xcresult
path: test_output/BuildConfigDemo.xcresult
Expand Down

0 comments on commit 25dbb75

Please sign in to comment.