We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b6b62 commit 7580b29Copy full SHA for 7580b29
1 file changed
.github/workflows/cleanup-audit.yml
@@ -27,10 +27,12 @@ jobs:
27
- name: Prepare artifacts directory
28
run: mkdir -p artifacts
29
- name: Set up Python
30
- uses: actions/setup-python@v4
+ uses: actions/setup-python@
31
with:
32
python-version: '3.11'
33
-
+ - name: Ensure jq is available
34
+ run: sudo apt-get update && sudo apt-get install -y jq
35
+
36
- name: Install dependencies
37
run: |
38
python -m pip install --upgrade pip
@@ -89,7 +91,7 @@ jobs:
89
91
fi
90
92
93
- name: Upload artifacts
- uses: actions/upload-artifact@v3
94
+ uses: actions/upload-artifact@
95
if: always()
96
97
name: cleanup-audit-artifacts
0 commit comments