Skip to content

Commit 182872b

Browse files
committed
CI/CD: Use same version for artifacts download and upload
Different versions are no longer compatible.
1 parent fc23163 commit 182872b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build
3434
run: python setup.py build --export --exportheaders --noversioncheck
3535
- name: Upload Builds
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: Builds
3939
path: animation_nodes*.zip
@@ -44,7 +44,7 @@ jobs:
4444
if: github.event_name == 'push'
4545
steps:
4646
- name: Download Builds
47-
uses: actions/download-artifact@v4.1.7
47+
uses: actions/download-artifact@v4
4848
with:
4949
name: Builds
5050
- name: Extract Branch Name

0 commit comments

Comments
 (0)