Skip to content

Commit e01e4f5

Browse files
authored
Merge pull request #201 from codebling/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents d516b45 + be96eb9 commit e01e4f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-default-keybindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
working-directory: ./scripts/get_default_keybindings
3939
if: runner.os != 'Linux'
4040
- name: Upload the output file
41-
uses: actions/upload-artifact@v6
41+
uses: actions/upload-artifact@v7
4242
with:
4343
name: raw-default-keybindings-${{ matrix.os }}
4444
path: scripts/*.keybindings.raw.json

0 commit comments

Comments
 (0)