Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmylevell committed Mar 10, 2024
1 parent 82c750d commit 5237ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand All @@ -56,7 +56,7 @@ jobs:
run: |
python3 ./convertToNginx.py
- name: Add to artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linkshortner_drop
path: ./nginx.conf
Expand Down

0 comments on commit 5237ba8

Please sign in to comment.