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
|
||||
|
||||
- name: Spremi image tag
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: image-tag
|
||||
path: tag.txt
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Preuzmi image tag
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: image-tag
|
||||
|
||||
|
||||
Reference in New Issue
Block a user