Skip to content

Commit

Permalink
bumpg gh actions plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed May 15, 2024
1 parent 625a2e3 commit 090604d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Prepare Microdown
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
done
# archive generated HTML so it can be used in another job (reusable workflows cannot have multiple steps)
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: agenda
path: generated
Expand Down

0 comments on commit 090604d

Please sign in to comment.