Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ipv6 Outbound #477

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update deploy-to-staging-site.yml
  • Loading branch information
jeffwmartinez authored Sep 14, 2024
commit 2ff816243db400ba8d5946c42d87ae97bde92ed4
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-staging-site.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:
run: cd _site && zip -r ../blog.zip .

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jekyll-app
path: blog.zip
@@ -106,7 +106,7 @@ jobs:
az account show

- name: Download artifact from build job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: jekyll-app

Loading