fix action urls
This commit is contained in:
parent
0a40546403
commit
4bbbd2112b
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
run: |
|
||||
echo "$color" > color
|
||||
- name: Produce Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.color }}
|
||||
path: color
|
||||
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Retrieve Artifact
|
||||
uses: actions/download-artifact@v5
|
||||
uses: forgejo/download-artifact@v5
|
||||
with:
|
||||
name: ${{ matrix.color }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue