Skip to content

Commit

Permalink
Merge pull request #127 from cloin/update-artifact
Browse files Browse the repository at this point in the history
v2 -> v4
  • Loading branch information
cloin authored Sep 24, 2024
2 parents 53703e4 + 83959b2 commit a1eb9f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ee-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
echo "</details>" >> $COMMANDS_FILE
- name: Upload build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: commands-${{ matrix.ee }}
path: ${{ matrix.ee }}/commands-${{ matrix.ee }}.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-ee-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
echo "</details>" >> $COMMANDS_FILE
- name: Upload build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: commands-${{ matrix.ee }}
path: ${{ matrix.ee }}/commands-${{ matrix.ee }}.txt
Expand Down

0 comments on commit a1eb9f4

Please sign in to comment.