Skip to content

Commit c6abac2

Browse files
committed
Fix deprecated action in CI
1 parent 5cf601a commit c6abac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666

6767
- if: runner.os != 'Windows'
6868
run: chmod +x ${{ github.workspace }}/install/FastNoise2/bin/NodeEditor
69-
69+
7070
- name: 'Upload artifact'
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: ${{ matrix.name }}
7474
path: ${{ github.workspace }}/install/

0 commit comments

Comments
 (0)