Skip to content

Commit

Permalink
Update GitHub Actions (KhronosGroup#2441)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexaknyazev authored Sep 23, 2024
1 parent 99412df commit 496c283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down

0 comments on commit 496c283

Please sign in to comment.