Skip to content

Commit 8312fe1

Browse files
pjleonard37github-actions[bot]
authored andcommitted
Bump actions/upload-artifact from 6 to 7 (#10961)
Original PR: #2404 cc @mapbox/maps-ios GitOrigin-RevId: b9cffb6c1b0586cb8ddf86c05aff13dbc03f2591
1 parent 367ec3b commit 8312fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: set -o pipefail && xcodebuild build -project '${{ inputs.project-path }}' -scheme ${{ inputs.scheme }} -destination '${{ inputs.destination }}'| tee xcodebuild.log | xcpretty
7474

7575
- name: Archive xcodebuild.log
76-
uses: actions/upload-artifact@v6
76+
uses: actions/upload-artifact@v7
7777
if: always() && matrix.language == 'swift'
7878
with:
7979
name: xcodebuild.log

0 commit comments

Comments
 (0)