Skip to content

Commit 5e8767a

Browse files
authored
Update upload-artifact action to version 7.0.0
Signed-off-by: Qiming Teng <tengqm@outlook.com>
1 parent 146a1eb commit 5e8767a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/command.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ jobs:
186186
fi
187187
188188
- id: upload-results
189-
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
189+
# uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
190+
uses: actions/upload-artifact@v7.0.0
190191
with:
191192
name: ${{ needs.preprocess.outputs.op }}-${{ env.BACKEND }}
192193
path: results/

0 commit comments

Comments
 (0)