Skip to content

Commit 801e602

Browse files
authored
Merge pull request #190 from codebling/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 2af5922 + b4d7f65 commit 801e602

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@v5
41+
uses: actions/upload-artifact@v6
4242
with:
4343
name: raw-default-keybindings-${{ matrix.os }}
4444
path: scripts/*.keybindings.raw.json

0 commit comments

Comments
 (0)