Skip to content

Commit

Permalink
chore: downgrade download artifact action
Browse files Browse the repository at this point in the history
Signed-off-by: RealAnna <[email protected]>
  • Loading branch information
RealAnna committed Jan 9, 2024
1 parent 85bc84a commit e8134ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Download tag
id: download_manifests
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: tag
path: tag
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:

- name: Download images
id: download_images
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: images
path: images
Expand Down

0 comments on commit e8134ad

Please sign in to comment.