Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
V3 actions
  • Loading branch information
AmnestyAM authored Dec 3, 2024
1 parent 33f6e68 commit 120a617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

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

Expand All @@ -35,7 +35,7 @@ jobs:
# Adjust the paths and exclusions according to your project structure

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: theme-zip
path: theme.zip

0 comments on commit 120a617

Please sign in to comment.