Skip to content

Commit

Permalink
Revert opensuse.yml and ubuntu-bionic.yml to use node16 workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmadsen committed Jun 19, 2024
1 parent 16aad22 commit 0401dff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/opensuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Install Packages
timeout-minutes: 25
uses: nick-fields/retry@v3
uses: nick-fields/retry@v2
with:
retry_wait_seconds: 30
timeout_minutes: 25
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: CTest Artifacts
if: failure()
continue-on-error: True
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ctest-${{ github.job }}-${{ strategy.job-index }}-log
path: |
Expand All @@ -136,7 +136,7 @@ jobs:
- name: Data Artifacts
if: failure()
continue-on-error: True
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: data-${{ github.job }}-${{ strategy.job-index }}-files
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu-bionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Install Packages
timeout-minutes: 25
uses: nick-fields/retry@v3
uses: nick-fields/retry@v2
with:
retry_wait_seconds: 30
timeout_minutes: 25
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- name: CTest Artifacts
if: failure()
continue-on-error: True
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ctest-${{ github.job }}-${{ strategy.job-index }}-log
path: |
Expand All @@ -167,7 +167,7 @@ jobs:
- name: Data Artifacts
if: failure()
continue-on-error: True
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: data-${{ github.job }}-${{ strategy.job-index }}-files
path: |
Expand Down

0 comments on commit 0401dff

Please sign in to comment.