Skip to content

Commit dee6c08

Browse files
authored
Merge pull request #19 from canonical/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v6
2 parents 09eea62 + cfd2917 commit dee6c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared-kernel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Upload artifacts
8181
if: ${{ !cancelled() }}
8282
id: artifacts
83-
uses: actions/upload-artifact@v5
83+
uses: actions/upload-artifact@v6
8484
with:
8585
name: ${{ inputs.artifacts-name }}
8686
path: |

0 commit comments

Comments
 (0)