chore(deps): update github artifact actions (major) - autoclosed #6
@@ -73,7 +73,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: changelog-artifacts
|
name: changelog-artifacts
|
||||||
path: |
|
path: |
|
||||||
@@ -93,7 +93,7 @@ jobs:
|
|||||||
run: apk add --no-cache git jq curl
|
run: apk add --no-cache git jq curl
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: changelog-artifacts
|
name: changelog-artifacts
|
||||||
|
|
||||||
@@ -279,7 +279,7 @@ jobs:
|
|||||||
echo "${VERSION}" > VERSION
|
echo "${VERSION}" > VERSION
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: release-artifacts
|
name: release-artifacts
|
||||||
path: |
|
path: |
|
||||||
@@ -306,7 +306,7 @@ jobs:
|
|||||||
run: apk add --no-cache git jq curl
|
run: apk add --no-cache git jq curl
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: release-artifacts
|
name: release-artifacts
|
||||||
|
|
||||||
@@ -369,7 +369,7 @@ jobs:
|
|||||||
run: apk add --no-cache git jq curl
|
run: apk add --no-cache git jq curl
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: release-artifacts
|
name: release-artifacts
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user