misc: Update docker-build.yaml artifact actions to v3

Change-Id: I4dea25fcfb786758942e6245133d32949b921774
This commit is contained in:
Bobby R. Bruce
2023-09-14 01:28:10 -07:00
parent 26a1ee4e61
commit 210ab04bca

View File

@@ -13,7 +13,7 @@ jobs:
# Scheduled workflows run on the default branch by default. We
# therefore need to explicitly checkout the develop branch.
ref: develop
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: dockerfiles
path: util/dockerfiles
@@ -27,7 +27,7 @@ jobs:
contents: read
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: dockerfiles
path: dockerfiles-docker-build