We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c6de5 commit b12c85cCopy full SHA for b12c85c
1 file changed
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
run: ${{ matrix.target.command }}
69
70
- name: Upload ${{ matrix.target.name }} artifact
71
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
72
with:
73
name: ${{ matrix.target.artifact }}
74
path: ${{ matrix.target.path }}
@@ -82,7 +82,7 @@ jobs:
82
83
steps:
84
- name: Download artifacts
85
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
86
87
path: dist
88
0 commit comments