Skip to content

Commit

Permalink
[GHA] Try using upload-artifact v4 again
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Sep 25, 2024
1 parent 3e1de5b commit 89c6857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: dotnet publish -c Release -r linux-x64 --no-self-contained
- name: Upload program
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Bot
path: |
Expand Down

0 comments on commit 89c6857

Please sign in to comment.