Skip to content

Commit 5dc8420

Browse files
jwaldripclaude
andcommitted
Update GitHub Actions to use non-deprecated versions
- Update actions/upload-artifact from v3 to v4 - Update actions/cache from v3 to v4 Fixes deprecation warnings in CI workflow. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 684ea10 commit 5dc8420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
run: crystal docs
139139

140140
- name: Upload documentation
141-
uses: actions/upload-artifact@v3
141+
uses: actions/upload-artifact@v4
142142
with:
143143
name: documentation
144144
path: docs/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
crystal: ${{ matrix.crystal }}
2929

3030
- name: Cache shards
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: |
3434
lib

0 commit comments

Comments
 (0)