Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdivitotawela committed Jan 5, 2025
1 parent 4a17fe7 commit 8b5f450
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
@@ -21,10 +21,9 @@ jobs:
needs: artifact
steps:
- name: Download Artifact
uses: actions/upload-artifact@v4
uses: actions/download-artifact@v4
with:
name: my-artifact
path: .

- name: List
run: ls -la

0 comments on commit 8b5f450

Please sign in to comment.