Skip to content

Commit

Permalink
[trivial] Bump version of upload-artifact and download-artifact from …
Browse files Browse the repository at this point in the history
…3 to 4
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent 8989cfb commit f2f132d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Upload archive
if: ${{ matrix.version.run_tox_tests }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: compiled-planner-${{ matrix.version.ubuntu }}
path: archive.tar.gz
Expand All @@ -118,7 +118,7 @@ jobs:
CPLEX_URL: ${{ secrets.CPLEX2211_LINUX_URL }}
steps:
- name: Download archive
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.8
with:
name: compiled-planner-${{ matrix.version.ubuntu }}

Expand Down

0 comments on commit f2f132d

Please sign in to comment.