Skip to content

Commit

Permalink
fixup! ci: update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jan 3, 2025
1 parent e194f31 commit 87cd63d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: Selenium Logs
name: Selenium Logs (Elixir ${{matrix.elixir-otp.elixir}})
path: ./selenium-${{matrix.elixir-otp.elixir}}.log

selenium-v4:
Expand Down Expand Up @@ -210,8 +210,8 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: Selenium Logs
path: ./selenium-mac.log
name: Selenium Logs Selenium 4 Linux
path: ./selenium-4-linux.log

selenium-v4-mac:
name: Selenium v4 macOS
Expand Down Expand Up @@ -250,5 +250,5 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: Selenium Logs
path: ./selenium-mac.log
name: Selenium Logs Selenium 4 Mac
path: ./selenium-4-mac.log

0 comments on commit 87cd63d

Please sign in to comment.