Skip to content

Commit 19b0c82

Browse files
committed
2 parents 2a6788b + 1dc8d1e commit 19b0c82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
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@v6
33+
uses: actions/upload-artifact@v7
3434
with:
3535
name: MjmlVisualizer
3636
path: |
@@ -46,7 +46,7 @@ jobs:
4646
environment: Release
4747
steps:
4848
- name: Download artifact
49-
uses: actions/download-artifact@v7
49+
uses: actions/download-artifact@v8
5050
with:
5151
merge-multiple: true
5252

0 commit comments

Comments
 (0)