Skip to content

Commit 8b664ab

Browse files
committed
update config file
1 parent 4d666c8 commit 8b664ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-receive.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,21 +109,21 @@ jobs:
109109
- name: "Upload PR"
110110
uses: actions/upload-artifact@v4
111111
with:
112-
name: pr
112+
name: pr-${{ github.run_id }}
113113
path: ${{ env.PR }}
114114
overwrite: true
115115

116116
- name: "Upload Diff"
117117
uses: actions/upload-artifact@v4
118118
with:
119-
name: diff
119+
name: diff-${{ github.run_id }}
120120
path: ${{ env.CHIVE }}
121121
retention-days: 1
122122

123123
- name: "Upload Build"
124124
uses: actions/upload-artifact@v4
125125
with:
126-
name: built
126+
name: built-${{ github.run_id }}
127127
path: ${{ env.MD }}
128128
retention-days: 1
129129

0 commit comments

Comments
 (0)