Skip to content

Commit

Permalink
ci: fix deprecated usage
Browse files Browse the repository at this point in the history
  • Loading branch information
CanadaHonk authored Nov 13, 2024
1 parent e2917d4 commit ef44708
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
npx asar pack src app.asar
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: built-asar
path: app.asar
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2

- name: Retrieve artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: built-asar
path: artifact
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
node-version: 16.x

- name: Retrieve artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: built-asar
path: artifact
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- uses: actions/checkout@v2

- name: Retrieve artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: built-asar
path: artifact
Expand Down Expand Up @@ -229,4 +229,4 @@ jobs:
# cd discord/app-1.0.0
# ./DiscordCanary.exe --enable-logging
# timeout-minutes: 5
# shell: bash
# shell: bash

0 comments on commit ef44708

Please sign in to comment.