@kubex/zinc 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,10 +54,10 @@ jobs:
54
54
 
55
55
  # Get the dist folder
56
56
  - name: Download build artifact
57
- uses: actions/download-artifact@v4
57
+ uses: actions/download-artifact@v5
58
58
  with:
59
59
  name: app-build
60
- path: ./dist/
60
+ path: dist
61
61
 
62
62
  - run: npm publish --access public
63
63
  env: