Skip to content

Commit

Permalink
build(deps): Bump actions/download-artifact from 2 to 3 (#867)
Browse files Browse the repository at this point in the history
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
Approved-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
  • Loading branch information
craciunoiuc committed Oct 10, 2023
2 parents 09396f0 + 388efa6 commit 4008b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base-golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
password: ${{ secrets.REG_TOKEN }}

- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: oci-images
path: /tmp
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
password: ${{ secrets.REG_TOKEN }}

- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: oci-images
path: /tmp
Expand Down

0 comments on commit 4008b7e

Please sign in to comment.