Skip to content

Commit 640ea2c

Browse files
Fix CI workflow by updating deprecated actions to v4
- Update actions/upload-artifact from v3 to v4 - Update actions/download-artifact from v3 to v4 - Resolves deprecated action warnings causing build failures 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6404a57 commit 640ea2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fi
6464
6565
- name: Upload artifacts
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: git-presenter-${{ matrix.goos }}-${{ matrix.goarch }}
6969
path: dist/
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/checkout@v4
7878

7979
- name: Download all artifacts
80-
uses: actions/download-artifact@v3
80+
uses: actions/download-artifact@v4
8181
with:
8282
path: dist
8383

0 commit comments

Comments
 (0)