Skip to content

Commit 2d77b95

Browse files
committed
ci: update upload-artifact to v4
1 parent dacda97 commit 2d77b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
else
3939
zip -r ./CaptiveDNS-${{ matrix.os }}.zip ./CaptiveDNS/CaptiveDNS
4040
fi
41-
- uses: actions/upload-artifact@v3
41+
- uses: actions/upload-artifact@v4
4242
with:
4343
name: CaptiveDNS-${{ matrix.os }}
4444
path: ./CaptiveDNS-${{ matrix.os }}.zip

0 commit comments

Comments
 (0)