Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Mar 27, 2024
1 parent 562ee91 commit 56b521a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cat dockerfiles
- name: create artifact dockerfiles
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: dockerfiles
path: dockerfiles
Expand All @@ -44,7 +44,7 @@ jobs:
cat templateimages
- name: create artifact template image
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: templateimages
path: templateimages
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
cat ${{ matrix.target }}.md
- name: create artifact md file ${{ matrix.target }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: template.md
path: ${{ matrix.target }}.md
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
cat ${{ matrix.target }}.md
- name: create artifact md file ${{ matrix.target }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: template.md
path: ${{ matrix.target }}.md
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
cat ${{ matrix.target }}.md
- name: create artifact md file ${{ matrix.target }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: template.md
path: ${{ matrix.target }}.md
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
cat ${{ matrix.target }}.md
- name: create artifact md file ${{ matrix.target }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: template.md
path: ${{ matrix.target }}.md
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
cat ${{ matrix.target }}.md
- name: create artifact md file ${{ matrix.target }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: template.md
path: ${{ matrix.target }}.md
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
cat ${{ matrix.target }}.md
- name: create artifact md file ${{ matrix.target }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: template.md
path: ${{ matrix.target }}.md
Expand Down

0 comments on commit 56b521a

Please sign in to comment.