Skip to content

Commit

Permalink
actions: update upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 12, 2023
1 parent 4e1e2d0 commit e941ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

- uses: actions/checkout@v3

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: actuate-haxelib
path: |
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
haxe docs.hxml
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: actuate-docs
path: docs
Expand Down

0 comments on commit e941ff2

Please sign in to comment.