Skip to content

Commit

Permalink
github actions v3-v4 upgrade (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaleman authored Jan 8, 2025
1 parent a18ed08 commit 8f0468c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_build.yml.old
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Must use OCI exporter for multi-arch: https://github.com/docker/buildx/pull/1813
outputs: type=oci,dest=/tmp/docker.tar
# - name: Upload artifact
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# name: docker
# path: /tmp/docker.tar
Expand All @@ -46,7 +46,7 @@ jobs:

# steps:
# - name: Download artifact
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: docker
# path: /tmp
Expand Down

0 comments on commit 8f0468c

Please sign in to comment.