Skip to content

Commit 301e81c

Browse files
authored
Merge pull request #1559 from crazy-max/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 5 to 6
2 parents fd79760 + b231356 commit 301e81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
tree -nh ${{ env.DESTDIR }}
181181
-
182182
name: Upload artifact
183-
uses: actions/upload-artifact@v5
183+
uses: actions/upload-artifact@v6
184184
with:
185185
name: diun-${{ env.PLATFORM_PAIR }}
186186
path: ${{ env.DESTDIR }}

0 commit comments

Comments
 (0)