Error
Error: No files were found with the provided path: .up/. No artifacts will be uploaded.
jobs:
setup:
name: 'Setup'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Upload Test
uses: actions/upload-artifact@v4
with:
name: upload-test
if-no-files-found: error
+ include-hidden-files: true
path: .up
https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md
https://github.com/actions/upload-artifact?tab=readme-ov-file#v4---whats-new