Skip to content

Commit e0d1048

Browse files
authored
Merge pull request #151 from humanitec/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
2 parents 53cd192 + 825a0c9 commit e0d1048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
5959
name: Upload Artifact
6060
id: upload
61-
uses: actions/upload-artifact@v5
61+
uses: actions/upload-artifact@v6
6262
with:
6363
name: dist
6464
path: dist/

0 commit comments

Comments
 (0)