Skip to content

Commit 7580b29

Browse files
authored
Update cleanup-audit.yml
1 parent e6b6b62 commit 7580b29

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/cleanup-audit.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ jobs:
2727
- name: Prepare artifacts directory
2828
run: mkdir -p artifacts
2929
- name: Set up Python
30-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@
3131
with:
3232
python-version: '3.11'
33-
33+
- name: Ensure jq is available
34+
run: sudo apt-get update && sudo apt-get install -y jq
35+
3436
- name: Install dependencies
3537
run: |
3638
python -m pip install --upgrade pip
@@ -89,7 +91,7 @@ jobs:
8991
fi
9092
9193
- name: Upload artifacts
92-
uses: actions/upload-artifact@v3
94+
uses: actions/upload-artifact@
9395
if: always()
9496
with:
9597
name: cleanup-audit-artifacts

0 commit comments

Comments
 (0)