Skip to content

Commit

Permalink
fix: downgrade upload artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
ntindle committed Jul 12, 2024
1 parent f43feec commit edc0067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autogpt-server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:

# break this into seperate steps each with their own name that matches the file
- name: Upload App artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: autogptserver-app-${{ matrix.platform-os }}
path: /Users/runner/work/AutoGPT/AutoGPT/rnd/autogpt_server/build/*.app
Expand Down

0 comments on commit edc0067

Please sign in to comment.