Fix artifacts
Some checks are pending
Python CI / test (push) Waiting to run
Python CI / build (push) Blocked by required conditions
Python CI / publish (push) Blocked by required conditions

This commit is contained in:
Benedith Mulongo 2024-10-11 16:19:06 +02:00
parent 8c53766457
commit 2855582701
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3

View file

@ -75,13 +75,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
steps: steps:
- uses: actions/download-artifact@v2 - name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with: with:
path: artifacts name: my-artifact
path: my_file.txt
- shell: bash retention-days: 5
working-directory: artifacts
run: |
for i in $( ls ); do
cat $i/$ARTIFACT
done