Skip to content

Commit

Permalink
ci: fix upload-artifact ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic committed Nov 28, 2024
1 parent f94c829 commit 3d25f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
BUILD_ARGS: "--load"

- name: Publish Artifacts to GitHub
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: output
path: _output/**
Expand Down

0 comments on commit 3d25f26

Please sign in to comment.