Skip to content

Commit b43bbfe

Browse files
chore(deps): update actions/upload-artifact action to v6 (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 182724d commit b43bbfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v6
3333
- name: ${{ matrix.name }}
3434
run: xcodebuild test -scheme "Snacker" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
35-
- uses: actions/upload-artifact@v4
35+
- uses: actions/upload-artifact@v6
3636
with:
3737
name: ${{ matrix.name }}
3838
path: test_output

0 commit comments

Comments
 (0)