fix action urls
Some checks failed
shared matrix / define-matrix (push) Successful in 0s
shared matrix / produce-artifacts (push) Failing after 1s
shared matrix / consume-artifacts (push) Has been skipped

This commit is contained in:
pazpi 2025-12-07 22:48:09 +01:00
parent 0a40546403
commit 4bbbd2112b

View file

@ -30,7 +30,7 @@ jobs:
run: | run: |
echo "$color" > color echo "$color" > color
- name: Produce Artifact - name: Produce Artifact
uses: actions/upload-artifact@v4 uses: forgejo/upload-artifact@v4
with: with:
name: ${{ matrix.color }} name: ${{ matrix.color }}
path: color path: color
@ -46,7 +46,7 @@ jobs:
steps: steps:
- name: Retrieve Artifact - name: Retrieve Artifact
uses: actions/download-artifact@v5 uses: forgejo/download-artifact@v5
with: with:
name: ${{ matrix.color }} name: ${{ matrix.color }}