Skip to content

Commit

Permalink
Update push artifacts to v4 too
Browse files Browse the repository at this point in the history
  • Loading branch information
bossm8 committed Sep 14, 2024
1 parent 51ef1d0 commit d66401c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
--config dtpl.dev.yml
- name: Upload Generated Dockerfiles
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dockerfiles
path: dockerfiles
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v3

- name: Download Generated Dockerfiles
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: dockerfiles
path: ${{ github.workspace }}/dockerfiles
Expand Down

0 comments on commit d66401c

Please sign in to comment.