Skip to content

Commit

Permalink
ci: fix ci breakage due to EOL of upload-artifact@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 authored Dec 16, 2024
1 parent bea90df commit 9dac0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
./.vscode/build.sh
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.3
with:
# Artifact name
name: DeckyTerminal Build
Expand Down

0 comments on commit 9dac0af

Please sign in to comment.