Skip to content

Commit

Permalink
Update build_nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fc6a1b03 authored Oct 28, 2024
1 parent a1d9a86 commit 35a899e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

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

# - name: Update and upgrade system and Clean APT cache
# run: |
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
sudo docker system prune -af --volumes
- name: Upload Nginx binary and build information to repository
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nginx-linux64-${{ env.NGINX_VERSION }}
path: |
Expand Down

0 comments on commit 35a899e

Please sign in to comment.