Skip to content

Commit

Permalink
ci: Fix for breaking upload-artifact (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Skender <[email protected]>
  • Loading branch information
DaveSkender authored Sep 5, 2024
1 parent 613e823 commit 7b60357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ jobs:
echo "TBD package v${{ steps.compose.outputs.version }}"
- name: Save package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: package-dist
include-hidden-files: true

- name: Summary output
run: |
Expand Down

0 comments on commit 7b60357

Please sign in to comment.