Skip to content

Commit 88b777b

Browse files
authored
Merge pull request #5 from sboulema/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents b240fe2 + 056f581 commit 88b777b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: dotnet publish -p:Version=${{ env.version }}
3131

3232
- name: Publish Build Artifacts
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v6
3434
with:
3535
name: MjmlVisualizer
3636
path: |

0 commit comments

Comments
 (0)