Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lexaknyazev committed Jan 13, 2025
1 parent c77e924 commit 45ef4a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Build spec targets
- name: spec-generate
Expand All @@ -32,7 +32,7 @@ jobs:
make Specification.html Specification.pdf
- name: Archive generated files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: spec-outputs
path: |
Expand All @@ -45,7 +45,7 @@ jobs:
make Specification.html
- name: Archive generated files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: interactivity-outputs
path: |
Expand Down

0 comments on commit 45ef4a7

Please sign in to comment.