Skip to content

Commit b77ab7c

Browse files
fix: Upgrade GitHub Actions to v4 to resolve deprecation error
1 parent d179b86 commit b77ab7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
os: [windows-latest, macos-latest, ubuntu-latest]
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: "3.10"
2626

@@ -38,7 +38,7 @@ jobs:
3838
python -c "import shutil; shutil.copy('README.md', 'dist/README.md')"
3939
4040
- name: Upload Artifacts
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: TreeGen-${{ matrix.os }}
4444
path: dist/

0 commit comments

Comments
 (0)