Skip to content

Commit

Permalink
ci: update upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbmrd committed Oct 25, 2024
1 parent 8e5350d commit 78eb56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: ./genDeliverable

- name: Upload deliverable artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: deliverable
path: ${{ env.DELIVERABLE_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
>
> **Attention aux étudiants d'IMT Atlantique :** Ce projet est destiné à des fins pédagogiques. Toute reproduction non autorisée constitue une infraction aux règles académiques et peut entraîner des sanctions. Utilisez-le uniquement comme référence pour votre apprentissage.
[![Tests Status](https://github.com/jordanbmrd/SIT213/actions/workflows/WORKFLOW_FILE.yml/badge.svg)](https://github.com/USERNAME/REPOSITORY/actions/workflows/WORKFLOW_FILE.yml)
[![Tests Status](https://github.com/jordanbmrd/SIT213/actions/workflows/ci-workflow.yml/badge.svg)](https://github.com/USERNAME/REPOSITORY/actions/workflows/WORKFLOW_FILE.yml)

<!-- PROJECT LOGO -->
<div align="center">
Expand Down

0 comments on commit 78eb56e

Please sign in to comment.