Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/gnul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GITHUB_HASH: ${{ github.sha }}

- name: Upload the project binaries for Expedite Bridge
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: ed-bridge.gnul
path: dist/ed-bridge-*
Expand All @@ -45,7 +45,7 @@ jobs:
GITHUB_HASH: ${{ github.sha }}

- name: Upload the project binaries for Expedite Prompt
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: ed-prompt.gnul
path: dist/ed-prompt-*
Expand All @@ -59,7 +59,7 @@ jobs:
GITHUB_HASH: ${{ github.sha }}

- name: Upload the project binaries for Expedite Server
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: ed-server.gnul
path: dist/ed-server-*
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mswn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GITHUB_HASH: ${{ github.sha }}

- name: Upload the project binaries for Expedite Bridge
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: ed-bridge.mswn
path: dist/ed-bridge-*.exe
Expand All @@ -45,7 +45,7 @@ jobs:
GITHUB_HASH: ${{ github.sha }}

- name: Upload the project binaries for Expedite Prompt
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: ed-prompt.mswn
path: dist/ed-prompt-*.exe
Expand All @@ -59,7 +59,7 @@ jobs:
GITHUB_HASH: ${{ github.sha }}

- name: Upload the project binaries for Expedite Server
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: ed-server.mswn
path: dist/ed-server-*.exe
Expand Down
Loading