Skip to content

Commit ae67b87

Browse files
authored
Merge pull request #1636 from macvim-dev/dependabot/github_actions/github-actions-364172962e
CI: Bump the github-actions group across 3 directories with 2 updates
2 parents cfab463 + d310173 commit ae67b87

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/test_macvim_artifacts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
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',

.github/actions/universal-package/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ runs:
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

.github/workflows/macvim-buildtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)