Skip to content

Commit

Permalink
chore(General): 🔨 Update artifact version to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoval committed Oct 15, 2024
1 parent 41239ca commit 5c50275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/artifact-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '20'

Expand All @@ -24,7 +24,7 @@ jobs:
yarn build
- name: Upload build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: skupper-console-build
path: skupper-console/skupper-console-2/build/

0 comments on commit 5c50275

Please sign in to comment.