Skip to content

Commit

Permalink
CI: Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 committed Feb 23, 2024
1 parent 03b01fb commit 8e9c9dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@main
with:
submodules: recursive

- name: Checkout mxml
uses: actions/checkout@v3
uses: actions/checkout@main
with:
repository: michaelrsweet/mxml
path: mxml
Expand Down Expand Up @@ -92,13 +92,13 @@ jobs:
cp patch1.zip build.txt .github/README.md patch_built.md out/
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@main
with:
name: patch1
path: patch1_artifact

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@main
with:
name: patches
path: patches
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
github.ref_name == 'main' &&
github.event_name == 'push' &&
github.repository == 'GoldHEN/GoldHEN_Patch_Repository'
uses: actions/checkout@v3
uses: actions/checkout@main
with:
repository: illusion0001/illusion0001.github.io

Expand Down

0 comments on commit 8e9c9dc

Please sign in to comment.