File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 using : " composite"
1414 steps :
1515 - name : Upload failed tests
16- uses : actions/upload-artifact@v4
16+ uses : actions/upload-artifact@v7
1717 with :
1818 # Name of the artifact to upload.
1919 name : ${{ format('GH-{0}-{1}-{2}-{3}-{4}-failed-macvim-tests',
Original file line number Diff line number Diff line change 7676
7777 - name : Restore keg cache
7878 id : cache-keg-restore
79- uses : actions/cache/restore@v4
79+ uses : actions/cache/restore@v5
8080 with :
8181 path : ${{ steps.setup-formula.outputs.brew_prefix }}/Cellar/${{ inputs.formula }}
8282 key : ${{ inputs.formula }}-homebrew-cache-custom-unified-prefix${{ steps.setup-formula.outputs.brew_prefix }}-xcode${{ steps.setup-formula.outputs.xcode_version }}-${{ hashFiles(format('{0}.rb', inputs.formula)) }}
@@ -120,7 +120,7 @@ runs:
120120
121121 - name : Save keg cache
122122 id : cache-keg-save
123- uses : actions/cache/save@v4
123+ uses : actions/cache/save@v5
124124 # We always save the generated artifact even if the whole run
125125 # fails due to other issues. This helps debugging build
126126 # failure issues faster if the cache doesn't already exist as
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ jobs:
435435 # and add pictures to make them look nice.
436436 - name : Upload MacVim image
437437 if : inputs.publish && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master')
438- uses : actions/upload-artifact@v6
438+ uses : actions/upload-artifact@v7
439439 with :
440440 name : MacVim${{ inputs.publish_postfix }}.dmg
441441 path : src/MacVim/build/Release/MacVim${{ inputs.publish_postfix }}.dmg
You can’t perform that action at this time.
0 commit comments