Skip to content

Commit

Permalink
- .github: actions/upload-artifact@v4 suddenly stopped working (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nivanenko committed Sep 19, 2024
1 parent e24c23e commit 5e9a584
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
./b2
- name: Time setup
run: |
mkdir test/.time
ls -R
mkdir -v test/.time
mkdir -v test/time
ls -Rla test
- name: Time JSON (default)
env:
CXX: g++-13
Expand Down Expand Up @@ -109,8 +110,9 @@ jobs:
- name: Space setup
run: |
chmod +x test/benchmark-space.sh
mkdir test/.space
ls -R
mkdir -v test/.space
mkdir -v test/space
ls -Rla test
- name: Space JSON (default)
env:
CXX: g++-13
Expand All @@ -124,7 +126,7 @@ jobs:
echo "# `date -u --iso-8601=seconds` / g++-$COMPILER_VERSION $CXXFLAGS (`uname -sm`)" > .space/g++.head.default.json.data
./benchmark-space.sh | tee -a .space/g++.head.default.json.data
- name: DEBUG
run: ls -R
run: ls -Rla test
- name: Upload Artifacts (Time)
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5e9a584

Please sign in to comment.