fix: downgrade actions/upload-artifact and actions/download-artifact to v3
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
echo $TAG > tag.txt
|
echo $TAG > tag.txt
|
||||||
|
|
||||||
- name: Spremi image tag
|
- name: Spremi image tag
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: image-tag
|
name: image-tag
|
||||||
path: tag.txt
|
path: tag.txt
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Preuzmi image tag
|
- name: Preuzmi image tag
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: image-tag
|
name: image-tag
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user