Skip to content

Commit

Permalink
bump actions, add new years
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Nov 4, 2024
1 parent 7531653 commit 068255f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/save-raw-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ jobs:
- 2018
- 2019
- 2020


- 2021
- 2022
- 2023

# env:
# R_REMOTES_NO_ERRORS_FROM_WARNINGS: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand Down Expand Up @@ -70,7 +72,7 @@ jobs:

# Upload .rds files
- name: Upload .rds files and prepare zip for manual download
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
# Artifact name
name: data and metadata
Expand All @@ -81,7 +83,7 @@ jobs:

# Upload .json files
- name: Upload .json files and prepare zip for manual download
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
# Artifact name
name: data and metadata
Expand Down

0 comments on commit 068255f

Please sign in to comment.