We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172aa0d commit b48da08Copy full SHA for b48da08
.github/workflows/latest.yaml
@@ -16,7 +16,7 @@ jobs:
16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
steps:
18
- name: Download artifacts
19
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
20
- name: Get variables
21
id: get-targets
22
run: |
0 commit comments