Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix the action versions I accidentally messed up
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewL246 authored Nov 27, 2023
1 parent 2f05bd8 commit a0e9e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
mv ./TeamCode/build/dokka/html ./HelpPage/build/javadoc
- name: Upload Pages build artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v2
with:
name: github-pages-build
path: ./HelpPage/build
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

steps:
- name: Download Pages build artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: github-pages-build

Expand Down

0 comments on commit a0e9e34

Please sign in to comment.