misc: Update docker-build.yaml artifact actions to v3 (#322)

v2 uses some deprecated dependencies.
This commit is contained in:
Bobby R. Bruce
2023-09-14 15:09:47 -07:00
committed by GitHub

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